summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoyang Yan2024-01-20 00:38:01 -0500
committerBoyang Yan2024-01-20 00:38:01 -0500
commit4e18f0059249ab9aba91aa8d278de6b11b424231 (patch)
tree874aca4f90afcb2f20b0513668c510ee627beff1
parenteefa3bbf42b9e9d4064e477734767442c03ac3b5 (diff)
downloadaur-python-sexpdata.tar.gz
update to 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5d78f637a7f..c968b0ede0ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sexpdata
pkgdesc = S-expression parser for Python
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/tkf/sexpdata
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-sexpdata
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://pypi.python.org/packages/source/s/sexpdata/sexpdata-1.0.1.tar.gz
- sha256sums = 6f65f115291890cbce5cd269c13bdf1f82a4cd23bc61b6e150a27511ee6a7d5e
+ source = https://pypi.python.org/packages/source/s/sexpdata/sexpdata-1.0.2.tar.gz
+ sha256sums = 92b67b0361f6766f8f9e44b9519cf3fbcfafa755db85bbf893c3e1cf4ddac109
pkgname = python-sexpdata
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"