summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam J. Bowman2015-07-07 17:08:16 -0400
committerWilliam J. Bowman2015-07-07 17:08:18 -0400
commit95a709305b7b535c03aa8b22fa30d1f33e087ad8 (patch)
tree0070ebfe29baccbc86a3cbf31dc125a263c12056 /PKGBUILD
parentec1d72d5b28b0817d269dc460d11a64d24904f01 (diff)
downloadaur-95a709305b7b535c03aa8b22fa30d1f33e087ad8.tar.gz
Updated to 0.5.3-7
* Updated contact info * Added sha512sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 580dabb4dd41..0019689771f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: William J. Bowman <bluephoenix47@gmail.com>
+# Maintainer: William J. Bowman <aur@williamjbowman.com>
# Contributor: Levente Polyak <levente[at]leventepolyak[dot]net>
# Contributor: Daniel Strandberg <esodax!nospam!@gmail.com>
_relname=pyliblzma
pkgname=python2-${_relname}
pkgver=0.5.3
-pkgrel=6
+pkgrel=7
pkgdesc='Python 2 bindings for liblzma'
arch=('i686' 'x86_64')
url='https://pypi.python.org/pypi/pyliblzma'
@@ -14,6 +14,7 @@ depends=('python2' 'xz')
makedepends=('python2-setuptools')
source=(https://pypi.python.org/packages/source/p/${_relname}/${_relname}-${pkgver}.tar.bz2)
sha256sums=('08d762f36d5e59fb9bb0e22e000c300b21f97e35b713321ee504cfb442667957')
+sha512sums=('272983aac426e86d6d636ccba4fe78a07d7282560081df937114162bfd317bd8023814693b8d473d0f7884e38a968ebeaf8f954a5a27c1f7e5da084f3fd05c65')
prepare() {
cd ${_relname}-${pkgver}