summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")