summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 622836e7fb94..073b64797a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="gplugin"
pkgver=0.27
-pkgrel=2
+pkgrel=3
arch=('i868' 'x86_64')
pkgdesc="A GObject based library that implements a reusable plugin system"
license=("LGPL 2")
@@ -15,7 +15,7 @@ makedepends=("cmake"
"help2man"
"gettext")
options=('strip' '!debug' 'staticlibs')
-source=("$pkgname::hg+https://bitbucket.org/$pkgname/main#tag=v$pkgver")
+source=("$pkgname::hg+https://bitbucket.org/$pkgname/$pkgname#tag=v$pkgver")
sha256sums=('SKIP')
build() {