summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-03-03 20:21:57 +0100
committerFabien Dubosson2018-03-03 20:21:57 +0100
commit6e33597ac9e2baab2e2b310e941217a4b5839b21 (patch)
treed19ecb256f842194b409423f9ea60fac8ca28396
parent819904a69a09b19a9dc4a029d4f5d5c216236816 (diff)
downloadaur-6e33597ac9e2baab2e2b310e941217a4b5839b21.tar.gz
New upstream release 0.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog7
-rw-r--r--PKGBUILD5
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdabbfdf7ab9..dcb587eff0f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 12:25:54 UTC 2017
+# Sat Mar 3 19:21:51 UTC 2018
pkgbase = python-pypillowfight
pkgdesc = Library containing various image processing algorithms
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/jflesch/libpillowfight
changelog = ChangeLog
@@ -11,8 +11,8 @@ pkgbase = python-pypillowfight
makedepends = python
makedepends = python-setuptools
depends = python
- source = https://github.com/jflesch/pypillowfight/archive/0.2.2.tar.gz
- md5sums = 6fafd282c5ff1b6edde728d80bc7c0d6
+ source = https://github.com/jflesch/pypillowfight/archive/0.2.3.tar.gz
+ md5sums = 50d3837c227b6153d34b826c0a940809
pkgname = python-pypillowfight
diff --git a/ChangeLog b/ChangeLog
index eb0cde2c8cd8..10f32fb1d53d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2018-03-03 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.2.3-1:
+ New upstream release
+
2017-07-24 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.2.2-1:
- Package created
+ New upstream release
2016-11-09 Fabien Dubosson <fabien.dubosson@gmail.com>
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
}