summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaptain_Wobbles2018-08-04 13:33:05 +0200
committerCaptain_Wobbles2018-08-04 13:35:35 +0200
commit03f6837b3ddf72c3c49bdb471a5f2f5bd433bb7d (patch)
tree4440bdec143c59cb0ce3d5ed1d115761a18db8cf /PKGBUILD
parent1458424e20eaead888f80046b3b0148ef7ad4ee9 (diff)
downloadaur-python2-phply.tar.gz
version bump 1.2.4 -> 1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ea62ba7c6b2..e73aebc64adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Kaufmann <2b5e3ee5e375e17631bb6a2210deb78b[__at__]tfwno[__dot__]gf>
pkgname=python2-phply
_pyname=phply
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="Lexer and parser for PHP source implemented using PLY"
url="https://github.com/viraptor/phply"
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python2')
makedepends=('python2-setuptools')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/viraptor/${_pyname}/archive/${pkgver}.tar.gz)
-md5sums=('94fb0a9c5a0a5054f40ba9fd6c1d776c')
+md5sums=('f6c0e4014fe70c6436984c07da836ae1')
package() {
install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"