summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Amaral Couto2018-08-15 19:34:35 +0100
committerEmanuel Amaral Couto2018-08-15 19:34:35 +0100
commit2be85d9ccc23f88270c4269655054522678efec0 (patch)
tree005b22cdaf06341ef104d19e99b7ee8a57ea5d24
parent53798b993dc023c475ac57e7397181a4c32a877e (diff)
downloadaur-2be85d9ccc23f88270c4269655054522678efec0.tar.gz
Fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 776096a01c03..d4bc5298aacb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-sexpdata
pkgdesc = S-expression parser for Python
pkgver = 0.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tkf/sexpdata
arch = any
license = BSD
depends = python
source = https://pypi.python.org/packages/source/s/sexpdata/sexpdata-0.0.3.tar.gz
- md5sums = de9c2c3ee28551e766cb535c0b2cebf0
+ sha256sums = 1ac827a616c5e87ebb60fd6686fb86f8a166938c645f4089d92de3ffbdd494e0
pkgname = python-sexpdata
diff --git a/PKGBUILD b/PKGBUILD
index eea6dc568c97..c93247669f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Renato Garcia <fgarcia.renato@gmail.com>
+# Maintainer: Emanuel Couto <unit73e at gmail dot com>
+# Contributor: Renato Garcia <fgarcia.renato@gmail.com>
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=python-sexpdata
pkgver=0.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="S-expression parser for Python"
arch=('any')
url="https://github.com/tkf/sexpdata"
license=('BSD')
depends=('python')
source=("https://pypi.python.org/packages/source/s/sexpdata/sexpdata-${pkgver}.tar.gz")
-md5sums=('de9c2c3ee28551e766cb535c0b2cebf0')
+sha256sums=('1ac827a616c5e87ebb60fd6686fb86f8a166938c645f4089d92de3ffbdd494e0')
package() {
cd "$srcdir/sexpdata-$pkgver"