summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarryl Pogue2018-12-26 12:28:24 -0800
committerDarryl Pogue2018-12-26 12:28:24 -0800
commit98354ca34d2b1fdccae4d27330d99a07e4e12fe1 (patch)
treede5718087c63c297824e2a605f05fddfea0b7841
parent39371232efc46f2a50ed80ffedf14326ba998da5 (diff)
downloadaur-98354ca34d2b1fdccae4d27330d99a07e4e12fe1.tar.gz
Fix the bitbucket clone URL
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e5edd53c440..6ead4d8a66cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gplugin
pkgdesc = A GObject based library that implements a reusable plugin system
pkgver = 0.27
- pkgrel = 2
+ pkgrel = 3
url = https://bitbucket.org/gplugin/gplugin
arch = i868
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = gplugin
options = strip
options = !debug
options = staticlibs
- source = gplugin::hg+https://bitbucket.org/gplugin/main#tag=v0.27
+ source = gplugin::hg+https://bitbucket.org/gplugin/gplugin#tag=v0.27
sha256sums = SKIP
pkgname = gplugin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..33662f5545b8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/*
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() {