summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')