Skip to content

Commit

Permalink
Update webinterface-upload-button to 1.1.1 (#790)
Browse files Browse the repository at this point in the history
* Update webinterface-upload-button to 1.1.1

---------

Co-authored-by: Nathaniel van Diepen <[email protected]>
  • Loading branch information
rM-self-serve and Eeems authored Dec 27, 2023
1 parent 6ac4d9d commit 6c1b28c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package/webinterface-upload-button/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@ _pkgname='webinterface-upload-button'
pkgnames=("$_pkgname")
pkgdesc="A simple upload button for the web interface"
url="https://github.com/rM-self-serve/$_pkgname"
pkgver=1.0.1-1
timestamp=2023-12-06T11:43:00Z
pkgver=1.1.1-1
timestamp=2023-12-16T15:35:49Z
section="utils"
maintainer="rM-self-serve <[email protected]>"
license=MIT

source=(
"$url"/archive/1c69d4fcaa1cb8e2cf4b022a190429dc39946498.zip
"$url"/archive/1d28b2d91c0179059017696ae5a33aa49e1e7c7d.zip
)
sha256sums=(
a388d1db49a3c35782600efbd94ee449c59f46c223f14c254cb74d9509255d96
99ac382e665b55c43876e8991c9dfa7f11a625d4f3ed4f35d3bc58762e04db39
)

package() {
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir/$_pkgname"
install -D -m 644 -t "$pkgdir"/usr/share/remarkable/webui/ "$srcdir/$_pkgname.js"

touch "$srcdir"/emptyfile
install -D -m 666 -t "$pkgdir"/usr/share/toltec/reenable.d/"$_pkgname" "$srcdir"/emptyfile
Expand Down

0 comments on commit 6c1b28c

Please sign in to comment.