summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9090925578a..a146c19cf2f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,27 +7,17 @@
pkgname=msync-git
pkgver=0.9.8.r1099.a1132ef
pkgrel=1
-epoch=
pkgdesc="A low bandwidth store and forward Mastodon / Pleroma API command line client"
arch=(any)
url="https://github.com/Kansattica/msync.git"
license=('GPL')
-groups=()
-depends=()
+depends=(curl)
makedepends=(git cmake gcc)
-checkdepends=()
-optdepends=()
provides=(msync)
conflicts=(msync)
-replaces=()
-backup=()
-options=()
-install=
changelog=
source=("git+$url")
-noextract=()
md5sums=('SKIP')
-validpgpkeys=()
pkgver() {
cd "$srcdir/msync"