summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2023-05-16 11:28:06 +0300
committerChristoph Fink2023-05-16 11:28:06 +0300
commit135812a42081e96fa557d0e0af01b47d6453d842 (patch)
tree44ecb696853685c038d8ec5095de764524b6e36d /PKGBUILD
parent0759aa4a3d657cd9dfe65466ed37923c7879ce2a (diff)
downloadaur-python-syncthing.tar.gz
upgpkg: python-syncthing 2.4.2-1
upstream release Deleted package: java-r5rcore Deleted package: python-dunamai Deleted package: python-html5lint Deleted package: python-pygeos Deleted package: r-r5r
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46728bf8ea0e..9b0f49d44cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ _name=${pkgname#python-}
pkgdesc="Python bindings to the Syncthing REST interface"
url="https://github.com/blakev/python-syncthing"
-pkgver=2.3.1
-pkgrel=5
+pkgver=2.4.2
+pkgrel=1
arch=("any")
license=("MIT")
@@ -24,10 +24,8 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"requirements-versions.patch"
)
-sha256sums=(
- "ad168e80c073aa6f87e71e0da6db6348b3c663586fb27d6568965f3a2be13343"
- "268b08ca14af7c134a4655c3a5d269f5256bcb891f0745f0c08a0c04615b6211"
-)
+b2sums=('9967dfd954b8f31ab3aa492d29c6aeddfa5b4fb9b1853ac8d4a18944f8f43a91b6ed867e7230867b7ebbb81a765c88daddbee8fbb7ee16c0cb2f2106cdc503f0'
+ '93365beee887e2056a1d74533a1970287a2fca70fd0059e4372b78f3a238762a6c2c455a4985e00ce46cc27542df495debf33828625346351cf511258c3b05b8')
prepare() {
cd "${srcdir}"/${_name}-${pkgver}