summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorgenstern2023-11-03 09:03:51 +1300
committerMorgenstern2023-11-03 09:03:51 +1300
commit4e39688a6acd3bde404af39cb79ee368aec521a7 (patch)
tree000109f3b786adf79c9ad13d4b4a9eedb7e594fd /PKGBUILD
parent881760fd66196063570f7eb9ca1ea9c585e564b5 (diff)
downloadaur-python-bsdiff4.tar.gz
Update to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42a703ea75e3..9b377d3a2929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: zhullyb <zhullyb@outlook.com>
pkgname=python-bsdiff4
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
pkgdesc="Binary diff and patch using the BSDIFF4-format"
arch=('x86_64')
url="https://github.com/ilanschnell/${pkgname##*-}"
@@ -14,7 +14,7 @@ makedepends=('python-build'
'python-setuptools'
'python-wheel')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('266d2f0ef1dfd97370e80f272eb0818a8f0c3cbecb15c07069242bedb15e1c3d019b36910a33afa364945a4b0993113a4ea02e22f63ab109b196d364ea7dbf0e')
+sha512sums=('ee84f7f110fe76846cb796035bf86d62522656fd7fdedaa24c5aa98c79c716c1096f0c9460ad0df43eb1911314c3ba856946580f70259d32721cb5934a907e51')
build() {
cd "${pkgname##*-}-${pkgver}"