summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-11-23 18:03:48 -0500
committerSolomon Choina2019-11-23 18:03:48 -0500
commitfd81ba675195eb7c63c8463263f34fa9c45532d8 (patch)
tree1bd8f69ed9ef24eefc4bc389cf1f5dcf7ed2a8db
parent79abdd5faa5d217df6912e163d2361a657cdff51 (diff)
downloadaur-fd81ba675195eb7c63c8463263f34fa9c45532d8.tar.gz
update patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--libgnt3-python.patch2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cbeb4a73b04..3e05d19cfdfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libgnt3-hg
pkgdesc = The GLib Ncurses Toolkit
- pkgver = r1371+.88c07b4791fa+
- pkgrel = 1
+ pkgver = r1371.88c07b4791fa
+ pkgrel = 2
epoch = 1
url = https://bitbucket.org/pidgin/libgnt
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = libgnt3-hg
source = hg+https://bitbucket.org/pidgin/libgnt#branch=default
source = libgnt3-python.patch
sha256sums = SKIP
- sha256sums = de8cf41d2aaa10afd630a55153f61e87b78d52ced02f4895de2362e9c794a85b
+ sha256sums = dba3a7df0b89b526c3b22df0b483121a6c3f90f396a435b6f6681113d3daf3c3
pkgname = libgnt3-hg
diff --git a/PKGBUILD b/PKGBUILD
index 5a827cd4f39c..8e4f31d1ccfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=libgnt3-hg
-pkgver=r1371+.88c07b4791fa+
+pkgver=r1371.88c07b4791fa
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="The GLib Ncurses Toolkit"
arch=('x86_64')
url="https://bitbucket.org/pidgin/libgnt"
@@ -14,7 +14,7 @@ conflicts=("${pkgname%-VCS}")
source=('hg+https://bitbucket.org/pidgin/libgnt#branch=default'
'libgnt3-python.patch')
sha256sums=('SKIP'
- 'de8cf41d2aaa10afd630a55153f61e87b78d52ced02f4895de2362e9c794a85b')
+ 'dba3a7df0b89b526c3b22df0b483121a6c3f90f396a435b6f6681113d3daf3c3')
pkgver() {
cd "$srcdir/${pkgname%3-hg}"
diff --git a/libgnt3-python.patch b/libgnt3-python.patch
index 8e9b86e73d72..9e87275ed72d 100644
--- a/libgnt3-python.patch
+++ b/libgnt3-python.patch
@@ -7,7 +7,7 @@ diff --unified --recursive --text libgnt.orig/meson.build libgnt.new/meson.build
# Check for Python headers
-python_dep = dependency('python3', required : false)
-gnt_config.set('USE_PYTHON', python_dep.found())
-+python_dep = dependency('python3', required : true)
++python_dep = dependency('python3', required : false)
configure_file(output : 'gntconfig.h',
configuration : gnt_config)