summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2019-07-17 01:59:11 -0400
committerAdam Goldsmith2019-07-17 01:59:29 -0400
commitdf36206ba55083aed5ce6694382d2b3aca8074c5 (patch)
treee593220c502c3f2423e5b320b4604e87b33e4fb6 /PKGBUILD
parent203376f6c6c47e0476c8e06af07194a74a808e49 (diff)
downloadaur-df36206ba55083aed5ce6694382d2b3aca8074c5.tar.gz
Bump version to 1.4.2
remove fix for broken entry point, as it was fixed upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef471fbef6c6..747dd68e7ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-svneverever
_name=${pkgname#python-}
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Collects path entries across SVN history"
arch=('i686' 'x86_64')
@@ -10,12 +10,10 @@ url="https://github.com/hartwork/svneverever"
license=('GPL3')
depends=(python python-pysvn)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-md5sums=('7053e6207f5031ce9cff6dcbe6af91c0')
+md5sums=('dda1163122f82a9dd47bfbff37432229')
prepare() {
cd "$srcdir/${_name}-$pkgver"
- # fix for broken entry point in 1.3.2
- sed -i 's/svneverever.main/svneverever.__main__/' setup.py
}
build() {