summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaye2020-06-06 15:57:59 -0500
committerFaye2020-06-06 15:57:59 -0500
commit30e485f48babbe8b7d5f607c1e76af8f93bfc852 (patch)
tree79b498807a7ccb6fc3fdb5a9c764a0e805d64148
parent9034d9d2dcaabd7986385980f706b6171aa5e4e7 (diff)
downloadaur-30e485f48babbe8b7d5f607c1e76af8f93bfc852.tar.gz
Clean things up
-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"