summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander 'chron' Kempen2017-07-26 15:15:00 +0200
committerAlexander 'chron' Kempen2017-07-26 15:15:00 +0200
commit4fc45ced55b137ccf0a95903b33fb0f96bb7fb33 (patch)
treee5f81beea2deea3cdf029f582beb222a6ce17980 /PKGBUILD
parent90b5cc145dd68a8e60ee9d797254309fa02a94b3 (diff)
downloadaur-4fc45ced55b137ccf0a95903b33fb0f96bb7fb33.tar.gz
Minor fix in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47a518530b74..81c5065f8489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=clipster
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python clipboard manager"
arch=("any")
url="https://github.com/mrichar1/clipster"
license=("AGPL")
depends=("python" "python-gobject" "libwnck3")
makedepends=("git")
-source=("$pkgname-$pkgver::git+https://github.com/mrichar1/clipster.git#tag=1.0.3")
+source=("$pkgname-$pkgver::git+https://github.com/mrichar1/clipster.git#tag=$pkgver")
sha256sums=("SKIP")
provides=("clipster")
conflicts=("clipster-git")