summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarryl Pogue2016-04-27 20:30:38 -0700
committerDarryl Pogue2016-04-27 20:30:38 -0700
commitf1e85e9c5c4ccb33222e96cf7814360108436ce3 (patch)
tree3dff698a05b8e800dcf872756a522a742141a228
parent8d69847a92d601e8d90752820ab797b7a68ae417 (diff)
downloadaur-f1e85e9c5c4ccb33222e96cf7814360108436ce3.tar.gz
Update to v0.27
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a864c5b33737..e5ec5144d4cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Jan 18 01:39:36 UTC 2016
pkgbase = gplugin
pkgdesc = A GObject based library that implements a reusable plugin system
- pkgver = 0.0.21
+ pkgver = 0.27
pkgrel = 1
- url = https://bitbucket.org/rw_grim/gplugin
+ url = https://bitbucket.org/gplugin/main
arch = i868
arch = x86_64
license = LGPL 2
@@ -18,7 +16,7 @@ pkgbase = gplugin
options = strip
options = !debug
options = staticlibs
- source = gplugin::hg+https://bitbucket.org/rw_grim/gplugin#tag=v0.0.21
+ source = gplugin::hg+https://bitbucket.org/gplugin/main#tag=v0.27
sha256sums = SKIP
pkgname = gplugin
diff --git a/PKGBUILD b/PKGBUILD
index b419edcb242c..2acdd62fe4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Andrea Zagli <andrea.zagli.free@gmail.com>
+# Maintainer: Darryl Pogue <darryl@dpogue.ca>
pkgname="gplugin"
-pkgver=0.0.21
+pkgver=0.27
pkgrel=1
arch=('i868' 'x86_64')
pkgdesc="A GObject based library that implements a reusable plugin system"
license=("LGPL 2")
-url="https://bitbucket.org/rw_grim/gplugin"
+url="https://bitbucket.org/gplugin/main"
depends=("gtk3")
makedepends=("cmake"
"gcc"
@@ -15,7 +15,7 @@ makedepends=("cmake"
"help2man"
"gettext")
options=('strip' '!debug' 'staticlibs')
-source=("$pkgname::hg+https://bitbucket.org/rw_grim/$pkgname#tag=v$pkgver")
+source=("$pkgname::hg+https://bitbucket.org/$pkgname/main#tag=v$pkgver")
sha256sums=('SKIP')
build() {