summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-12-04 23:11:40 +0600
committerzoorat2021-12-04 23:11:40 +0600
commitff8597d865ec8c39aa2789d231dfc193e1206747 (patch)
tree00a81bfcb39bf192f4d6f2bd15b6e508264ea8c9
parent7c3832947a505b59d7d777f26cfb795c243b8f2b (diff)
downloadaur-ff8597d865ec8c39aa2789d231dfc193e1206747.tar.gz
fixing pkgdesc
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf93f4739473..e3f61cd62bfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ezshare
- pkgdesc = Parse a torrent identifier (magnet uri, .torrent file, info hash)
+ pkgdesc = Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mifi/ezshare
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a2aaf3c89cd9..48c031e2a9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_npmname=ezshare
pkgname=$_npmname
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
-pkgdesc="Parse a torrent identifier (magnet uri, .torrent file, info hash)"
+pkgdesc="Easily share files, folders and clipboard over LAN - Like Google Drive but without internet"
arch=(any)
url="https://github.com/mifi/ezshare"
license=("MIT")