summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Klinkovský2018-08-07 11:26:17 +0200
committerJakub Klinkovský2018-08-07 11:26:17 +0200
commitf315bace72bd483980ed32111bc02291c73ae80b (patch)
tree5597a3e71735b662796740c203d1118769bc4bd0
parent3614325ec89af14f5638cb2de07efe7e08c50cce (diff)
downloadaur-f315bace72bd483980ed32111bc02291c73ae80b.tar.gz
update for Python 3.7, drop dependency on python-namedlist
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a75b3bd8808..881e768ac461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-wikeddiff-git
pkgdesc = Visual inline-style difference engine with block move support
- pkgver = 1.2.4
+ pkgver = 1.2.4.r6.gc164da5
pkgrel = 1
url = https://github.com/lahwaacz/python-wikeddiff
arch = any
license = GPLv3
makedepends = git
depends = python
- depends = python-namedlist
source = git://github.com/lahwaacz/python-wikeddiff
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2e93e1822ee3..fef3f50b8895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=python-wikeddiff
pkgname=python-wikeddiff-git
pkgdesc="Visual inline-style difference engine with block move support"
-pkgver=1.2.4
+pkgver=1.2.4.r6.gc164da5
pkgrel=1
arch=('any')
url="https://github.com/lahwaacz/python-wikeddiff"
license=('GPLv3')
-depends=('python' 'python-namedlist')
+depends=('python')
makedepends=('git')
source=('git://github.com/lahwaacz/python-wikeddiff')
md5sums=('SKIP')