summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6515b5a7e9e..50032bc62079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parcellite-git
pkgdesc = Lightweight GTK+ clipboard manager (git version)
pkgver = 1.2.1.r11.fa54161
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rickyrockrat/parcellite
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = parcellite-git
optdepends = xdotool: auto-paste support
provides = parcellite
conflicts = parcellite
- source = parcellite-git::git://github.com/rickyrockrat/parcellite
+ source = parcellite-git::git+https://github.com/rickyrockrat/parcellite
sha256sums = SKIP
pkgname = parcellite-git
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() {