summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2024-04-16 18:55:01 +0200
committerkleintux2024-04-16 18:55:01 +0200
commit1a6bb5af88d970ab659b51d047d7b8349d057bc8 (patch)
treeeb78a2d433af3d19f0f75807d9d1347924300c77
parentd5ddf731854a0ccfa13e997ed15d6e348f1c3f2b (diff)
downloadaur-ia-bin.tar.gz
update to 4.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13152c4c25b..99ccbc850e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ia-bin
pkgdesc = A Python and Command-Line Interface to Archive.org
- pkgver = 3.7.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://archive.org/download/ia-pex/
arch = x86_64
license = GPL
provides = ia-bin
conflicts = ia-bin
- noextract = ia-3.7.0
- source = ia-3.7.0::https://archive.org/download/ia-pex/ia
- sha512sums = 8130ac62810a90fe323e0f33a9f910ee7466bc3efa0984c16321228e911cfeb02e2ecea59078873542cae336ac8b566762fd7e8cffef92e22e84f429aa15c3f0
+ noextract = ia-4.0.1
+ source = ia-4.0.1::https://archive.org/download/ia-pex/ia
+ sha512sums = 12967d2cf2acb7b4a7419455fbd29a1568e74917c88b30e24c422554088641c9201b90a3f24a7b8663ecc3caf40de6132b3c971969bc7156c99ffbf4f0bfb0b4
pkgname = ia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 34a37d2b4423..fe81ea7ca9a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ia
pkgname=${_pkgname}-bin
-pkgver=3.7.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="A Python and Command-Line Interface to Archive.org"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
provides=(${pkgname})
conflicts=(${pkgname})
source=("${_pkgname}-${pkgver}::https://archive.org/download/ia-pex/ia")
-sha512sums=('8130ac62810a90fe323e0f33a9f910ee7466bc3efa0984c16321228e911cfeb02e2ecea59078873542cae336ac8b566762fd7e8cffef92e22e84f429aa15c3f0')
+sha512sums=('12967d2cf2acb7b4a7419455fbd29a1568e74917c88b30e24c422554088641c9201b90a3f24a7b8663ecc3caf40de6132b3c971969bc7156c99ffbf4f0bfb0b4')
noextract=("${_pkgname}-${pkgver}")
package() {