summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien Dubosson2018-03-03 20:21:57 +0100
committerFabien Dubosson2018-03-03 20:21:57 +0100
commit6e33597ac9e2baab2e2b310e941217a4b5839b21 (patch)
treed19ecb256f842194b409423f9ea60fac8ca28396 /PKGBUILD
parent819904a69a09b19a9dc4a029d4f5d5c216236816 (diff)
downloadaur-6e33597ac9e2baab2e2b310e941217a4b5839b21.tar.gz
New upstream release 0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddfffd5d70f8..a2abf6f16676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-pypillowfight"
_pkgname="pypillowfight"
-pkgver="0.2.2"
+pkgver="0.2.3"
pkgrel="1"
pkgdesc="Library containing various image processing algorithms"
url="https://github.com/jflesch/libpillowfight"
@@ -12,10 +12,11 @@ license=('GPL3')
arch=('any')
changelog="ChangeLog"
source=("https://github.com/jflesch/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('6fafd282c5ff1b6edde728d80bc7c0d6')
+md5sums=('50d3837c227b6153d34b826c0a940809')
build() {
cd ${srcdir}/libpillowfight-${pkgver}
+ make version
python setup.py build
}