summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Chen2024-04-27 11:38:14 -0400
committerEvan Chen2024-04-27 11:38:14 -0400
commitefd7bb9a6223bcdf85f26a9802351a0390aed2ed (patch)
treee528ee41fafab5a98699f4e1728adc6dd98cdf05 /PKGBUILD
parent23f2f4229f061d09af149f7b97afa165ca957e28 (diff)
downloadaur-efd7bb9a6223bcdf85f26a9802351a0390aed2ed.tar.gz
Update v0.9.1 -> 0.10.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 653f0db44df1..1e606a94e372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-grilops
_name=${pkgname#python-}
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.10.3
+pkgrel=1
pkgdesc='GRId LOgic Puzzle Solver'
arch=(any)
url=https://github.com/obijywk/grilops
@@ -10,7 +10,7 @@ depends=(python python-z3-solver)
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
LICENSE)
-sha256sums=('b078394eadcabe6aaef1fc3c6d1c9c341214c778a812364ea79f2e5904365d5b'
+sha256sums=('ee0871b402cf7be43a40314e7e8f4280f930ca413e0cb9533188b024e240d2e7'
'7161cd1ef6b37818a00e227eadcbf69472f89978754145f3904d1e6d53dfc282')
build() {