summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Dubosson2018-04-11 14:06:09 +0200
committerFabien Dubosson2018-04-11 14:06:09 +0200
commit844efa122a48b4a65f6cb50e59aee7a1464d3536 (patch)
tree5a51c3056251e850a1963f56bb88ed6c10ace55e
parent9cd7aa4bc67292cdceaef3561c2b34858ecaf712 (diff)
downloadaur-844efa122a48b4a65f6cb50e59aee7a1464d3536.tar.gz
New upstream release 0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d5b5964c37..e0e355672afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 6 15:59:25 UTC 2018
+# Wed Apr 11 12:04:01 UTC 2018
pkgbase = python-pypillowfight
pkgdesc = Library containing various image processing algorithms
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/jflesch/libpillowfight
changelog = ChangeLog
@@ -12,7 +12,7 @@ pkgbase = python-pypillowfight
makedepends = python-setuptools
makedepends = git
depends = python
- source = git+https://github.com/jflesch/pypillowfight#tag=0.2.3
+ source = git+https://github.com/jflesch/pypillowfight#tag=0.2.4
md5sums = SKIP
pkgname = python-pypillowfight
diff --git a/ChangeLog b/ChangeLog
index 10f32fb1d53d..6bc20622b266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-11 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 0.2.4-1:
+ New upstream release
+
2018-03-03 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.2.3-1:
diff --git a/PKGBUILD b/PKGBUILD
index cf95a8393653..29f2972ae16c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-pypillowfight"
_pkgname="pypillowfight"
-pkgver="0.2.3"
+pkgver="0.2.4"
pkgrel="1"
pkgdesc="Library containing various image processing algorithms"
url="https://github.com/jflesch/libpillowfight"