summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBoyang Yan2024-01-20 00:38:01 -0500
committerBoyang Yan2024-01-20 00:38:01 -0500
commit4e18f0059249ab9aba91aa8d278de6b11b424231 (patch)
tree874aca4f90afcb2f20b0513668c510ee627beff1 /PKGBUILD
parenteefa3bbf42b9e9d4064e477734767442c03ac3b5 (diff)
downloadaur-python-sexpdata.tar.gz
update to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ae32f31cc20..4a3d47e71a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Emanuel Couto <unit73e at gmail dot com>
# Contributor: Renato Garcia <fgarcia.renato@gmail.com>
# Contributor: Simon Conseil <contact+aur at saimon dot org>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Maintainer: Boyang Yan <yanboyang713@gmail.com>
pkgname=python-sexpdata
_name=sexpdata
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="S-expression parser for Python"
arch=('any')
@@ -14,7 +14,7 @@ license=('BSD')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://pypi.python.org/packages/source/s/sexpdata/sexpdata-${pkgver}.tar.gz")
-sha256sums=('6f65f115291890cbce5cd269c13bdf1f82a4cd23bc61b6e150a27511ee6a7d5e')
+sha256sums=('92b67b0361f6766f8f9e44b9519cf3fbcfafa755db85bbf893c3e1cf4ddac109')
build() {
cd "$_name-$pkgver"