summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2023-01-26 20:52:11 -0500
committerSolomon Choina2023-01-26 20:52:11 -0500
commitb507e59754a9a3d8d99d893a083c7af8637b273e (patch)
tree1f5d6d9b66aea73e116a16c428e61e48bfbe537f
parente44cb18d2dedfd9f4193d4c66a4b4e39f5813a7c (diff)
downloadaur-b507e59754a9a3d8d99d893a083c7af8637b273e.tar.gz
updpkgver and fix stuff
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13a7c418ba3b..3181406bd87c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gplugin-hg
pkgdesc = GObject based library that implements a reusable plugin system
- pkgver = 1764.3075aaa51b17
+ pkgver = 1951.7e519d51af72
pkgrel = 1
- url = https://bitbucket.org/gplugin/gplugin
+ url = https://keep.imfreedom.org/gplugin/gplugin/
arch = i686
arch = x86_64
arch = armv7h
@@ -18,7 +18,8 @@ pkgbase = gplugin-hg
makedepends = help2man
makedepends = vala
depends = glib2
- depends = gobject-introspection-runtime
+ depends = gtk4
+ depends = lua
optdepends = gtk3: for GTK+ support
optdepends = python-gobject: for Python support
optdepends = lua53-lgi: for Lua support
diff --git a/PKGBUILD b/PKGBUILD
index 9f07efe08528..48e8a55d7789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Co-Maintainer: Solomon Choina <shlomochoina@gmail.com>
_pkgbase=gplugin
pkgname="$_pkgbase-hg"
-pkgver=1764.3075aaa51b17
+pkgver=1951.7e519d51af72
pkgrel=1
pkgdesc="GObject based library that implements a reusable plugin system"
arch=('i686' 'x86_64' 'armv7h')
-url="https://bitbucket.org/gplugin/gplugin"
+url="https://keep.imfreedom.org/gplugin/gplugin/"
license=('GPL')
-depends=('glib2' 'gobject-introspection-runtime')
+depends=('glib2' 'gtk4' 'lua')
makedepends=('mercurial' 'meson' 'gobject-introspection' 'gtk3' 'perl-glib-object-introspection'
'python-gobject' 'lua53-lgi' 'libxslt' 'help2man' 'vala')
optdepends=('gtk3: for GTK+ support'
@@ -28,7 +28,7 @@ pkgver() {
prepare() {
cd $_pkgbase
- arch-meson build -Dperl5=false
+ arch-meson build
}
build() {