summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorgenstern2019-04-11 17:26:03 +1200
committerMorgenstern2019-04-11 17:26:03 +1200
commitaf90b1cf42aa7c06797b2311044beb22c747e0ad (patch)
treee5eb19933f589b19820ee13f1975f925b9458fe5 /PKGBUILD
parentcceb477203a89bc6380e40b6ea6a24a1cb2e4379 (diff)
downloadaur-af90b1cf42aa7c06797b2311044beb22c747e0ad.tar.gz
PKGBUILD variable tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eda0e547d556..a92a27b539d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=parcellite-git
+_pkgname=parcellite
pkgver=1.2.1.r11.fa54161
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight GTK+ clipboard manager (git version)"
arch=('x86_64')
url="https://github.com/rickyrockrat/parcellite"
@@ -12,9 +13,9 @@ license=('GPL3')
depends=('gtk2')
makedepends=('intltool' 'git')
optdepends=('xdotool: auto-paste support')
-conflicts=('parcellite')
-provides=('parcellite')
-source=("$pkgname"::'git://github.com/rickyrockrat/parcellite')
+conflicts=($_pkgname)
+provides=($_pkgname)
+source=("$pkgname::git+https://github.com/rickyrockrat/${_pkgname}")
sha256sums=('SKIP')
pkgver() {