summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2021-08-07 11:15:53 -0700
committerMike Swanson2021-08-07 11:15:53 -0700
commitce5d4c87018966b211deba8e7867766e55f9662a (patch)
tree8fdc1426679ef391e71c5e27c6b85644f86e3da2
parentca0ca6240cf97610b57f2589eb54a02fb959641d (diff)
downloadaur-ce5d4c87018966b211deba8e7867766e55f9662a.tar.gz
Update to 0.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c8944c8342..698eaeb7df68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-puzpy
pkgdesc = Python library for reading and writing .puz crossword files
- pkgver = 0.2.3
- pkgrel = 2
+ pkgver = 0.2.4
+ pkgrel = 1
url = https://github.com/alexdej/puzpy
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
- source = https://github.com/alexdej/puzpy/archive/v0.2.3.tar.gz
- sha512sums = eee6af3cc1fd52aaff1eb804e47ff73c9794ed2aece6a2bf37a907cab52067aa249587b2afe9d61f94243ebabd05c2f6a2711f7e9a31df8d8c817f776efc17d0
+ source = https://github.com/alexdej/puzpy/archive/v0.2.4.tar.gz
+ b2sums = a25322e4db892f7e77ece35bc43c2e3ab04bc13faacd3ffa3f89f92e0063b87369050a4a421d64efa10093c67b697451e404563041909e7a3a2e0f7e05a98f76
pkgname = python-puzpy
-
diff --git a/PKGBUILD b/PKGBUILD
index 0baf3dfb6ceb..cb9dda84532a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=python-puzpy
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc="Python library for reading and writing .puz crossword files"
arch=('any')
url="https://github.com/alexdej/puzpy"
license=('MIT')
+makedepends=('python-setuptools')
depends=('python')
source=("$url/archive/v$pkgver.tar.gz")
-sha512sums=('eee6af3cc1fd52aaff1eb804e47ff73c9794ed2aece6a2bf37a907cab52067aa249587b2afe9d61f94243ebabd05c2f6a2711f7e9a31df8d8c817f776efc17d0')
+b2sums=('a25322e4db892f7e77ece35bc43c2e3ab04bc13faacd3ffa3f89f92e0063b87369050a4a421d64efa10093c67b697451e404563041909e7a3a2e0f7e05a98f76')
build() {
cd "${pkgname/python-/}-$pkgver"