summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-05-14 10:01:57 -0400
committerSolomon Choina2020-05-14 10:01:57 -0400
commitb406e7e92d23ea244633b3c4d5e82bdf06f0f3fd (patch)
tree261569e4a8b02d65fb273747914729803c201d7d /PKGBUILD
parentfd81ba675195eb7c63c8463263f34fa9c45532d8 (diff)
downloadaur-b406e7e92d23ea244633b3c4d5e82bdf06f0f3fd.tar.gz
the python stuff was changed upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e4f31d1ccfd..aa8f53380e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=libgnt3-hg
-pkgver=r1371.88c07b4791fa
+pkgver=r1374.8672fda6d081
epoch=1
-pkgrel=2
+pkgrel=1
pkgdesc="The GLib Ncurses Toolkit"
arch=('x86_64')
url="https://bitbucket.org/pidgin/libgnt"
@@ -11,10 +11,8 @@ depends=('glib2' 'ncurses' 'libxml2' 'python')
makedepends=('mercurial' 'meson' 'libxml2' 'python' 'gobject-introspection' 'gtk-doc')
provides=("${pkgname%-VCS}")
conflicts=("${pkgname%-VCS}")
-source=('hg+https://bitbucket.org/pidgin/libgnt#branch=default'
- 'libgnt3-python.patch')
-sha256sums=('SKIP'
- 'dba3a7df0b89b526c3b22df0b483121a6c3f90f396a435b6f6681113d3daf3c3')
+source=('hg+https://bitbucket.org/pidgin/libgnt#branch=default')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%3-hg}"
@@ -22,11 +20,6 @@ pkgver() {
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}
-prepare() {
- cd "$srcdir/${pkgname%3-hg}"
- patch -Np1 -i ../libgnt3-python.patch
-}
-
build() {
arch-meson libgnt build
ninja -C build