summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarryl Pogue2019-10-06 16:59:27 -0700
committerDarryl Pogue2019-10-06 16:59:27 -0700
commit4ff03ed5c114fae9d8701a3b430a82f0b988756a (patch)
tree6cc1c0256b39e0e873dd2ffd4ccf6cf1a3d56815
parent491640e8ba5a7baaabca986c365d7484b70e23df (diff)
downloadaur-4ff03ed5c114fae9d8701a3b430a82f0b988756a.tar.gz
Update to v0.28.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ba01f57e38..4cf9bb70faf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gplugin
pkgdesc = A GObject based library that implements a reusable plugin system
- pkgver = 0.28.0
+ pkgver = 0.28.1
pkgrel = 1
url = https://bitbucket.org/gplugin/gplugin
arch = i868
arch = x86_64
license = LGPL2
- makedepends = cmake
+ makedepends = meson
+ makedepends = mercurial
makedepends = gcc
makedepends = gobject-introspection
makedepends = pkg-config
@@ -16,7 +17,7 @@ pkgbase = gplugin
options = strip
options = !debug
options = staticlibs
- source = gplugin::hg+https://bitbucket.org/gplugin/gplugin#tag=v0.27
+ source = gplugin::hg+https://bitbucket.org/gplugin/gplugin#tag=v0.28.1
sha256sums = SKIP
pkgname = gplugin
diff --git a/PKGBUILD b/PKGBUILD
index 5494620398b3..6e821a01b7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Darryl Pogue <darryl@dpogue.ca>
pkgname="gplugin"
-pkgver=0.28.0
+pkgver=0.28.1
pkgrel=1
arch=('i868' 'x86_64')
pkgdesc="A GObject based library that implements a reusable plugin system"
@@ -9,6 +9,7 @@ license=("LGPL2")
url="https://bitbucket.org/gplugin/gplugin"
depends=("gtk3")
makedepends=("meson"
+ "mercurial"
"gcc"
"gobject-introspection"
"pkg-config"