summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-12-02 13:27:03 +0100
committerDaniel Peukert2020-12-02 13:27:03 +0100
commit223d494443c95d50d1461b482fae1fdc9412360c (patch)
treedc75c398e825b69f3dfcf1b0a998e9d8e572f321
parent5ad8e0504fc29984fec40b2a516c636956cc78d8 (diff)
downloadaur-python2-imgsize.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db8d7a3d1e8..c1ecad72fe72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-imgsize
pkgdesc = Pure Python image size library - python2 version
pkgver = 2.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/ojii/imgsize
arch = any
license = BSD
makedepends = python2-setuptools
depends = python2
- source = python2-imgsize-2.1-4.tar.gz::https://github.com/ojii/imgsize/archive/2.1.tar.gz
+ source = python2-imgsize-2.1-5.tar.gz::https://github.com/ojii/imgsize/archive/2.1.tar.gz
sha256sums = a413cc368cac5f5cf9199038887e52ed1ece08f431885dd762dde2df56882f13
pkgname = python2-imgsize
diff --git a/PKGBUILD b/PKGBUILD
index eec01cdc6fc7..a8e3e5fce46e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='imgsize'
pkgname="python2-$_projectname"
pkgver='2.1'
-pkgrel='4'
+pkgrel='5'
pkgdesc='Pure Python image size library - python2 version'
arch=('any')
url="https://github.com/ojii/$_projectname"