summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoorat2023-11-11 19:24:21 +0600
committerzoorat2023-11-11 19:24:21 +0600
commita6497b3d6a484b85be3246f6253ceef2af0816e9 (patch)
tree38a5e524ffc10b6c0c515832c0950f2cc70af1e2 /PKGBUILD
parentff8597d865ec8c39aa2789d231dfc193e1206747 (diff)
downloadaur-a6497b3d6a484b85be3246f6253ceef2af0816e9.tar.gz
adding better tooling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48c031e2a9eb..c7af7ad50212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
_npmname=ezshare
pkgname=$_npmname
pkgver=1.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Easily share files, folders and clipboard over LAN - Like Google Drive but without internet"
-arch=(any)
+arch=("x86_64")
url="https://github.com/mifi/ezshare"
license=("MIT")
-depends=("nodejs")
+depends=("glibc" "nodejs")
makedepends=("npm" "jq")
# provides=("$_npmname")
# conflicts=("$_npmname")
options=(strip emptydirs zipman)
+changelog="changelog.md"
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${pkgver}.tgz")
noextract=("${_npmname}-${pkgver}.tgz")