summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarryl Pogue2018-12-26 12:23:57 -0800
committerDarryl Pogue2018-12-26 12:23:57 -0800
commit39371232efc46f2a50ed80ffedf14326ba998da5 (patch)
treebdc54f53ea8a7433e25fee27e3d81c00caad010d
parentf1e85e9c5c4ccb33222e96cf7814360108436ce3 (diff)
downloadaur-39371232efc46f2a50ed80ffedf14326ba998da5.tar.gz
Correct the Bitbucket repo URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ec5144d4cc..9e5edd53c440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gplugin
pkgdesc = A GObject based library that implements a reusable plugin system
pkgver = 0.27
- pkgrel = 1
- url = https://bitbucket.org/gplugin/main
+ pkgrel = 2
+ url = https://bitbucket.org/gplugin/gplugin
arch = i868
arch = x86_64
license = LGPL 2
diff --git a/PKGBUILD b/PKGBUILD
index 2acdd62fe4ed..622836e7fb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname="gplugin"
pkgver=0.27
-pkgrel=1
+pkgrel=2
arch=('i868' 'x86_64')
pkgdesc="A GObject based library that implements a reusable plugin system"
license=("LGPL 2")
-url="https://bitbucket.org/gplugin/main"
+url="https://bitbucket.org/gplugin/gplugin"
depends=("gtk3")
makedepends=("cmake"
"gcc"