summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2024-03-21 10:51:05 +0100
committerkleintux2024-03-21 10:51:05 +0100
commitd5ddf731854a0ccfa13e997ed15d6e348f1c3f2b (patch)
treea013008b87ac3e35cbbb5d3bfc0d326a4dd03a27
parent25fa537ad66a4f4affb56dffd147e302a644f8ff (diff)
downloadaur-d5ddf731854a0ccfa13e997ed15d6e348f1c3f2b.tar.gz
update to 3.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cff6672e78a0..a13152c4c25b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ia-bin
pkgdesc = A Python and Command-Line Interface to Archive.org
- pkgver = 3.6.0
- pkgrel = 2
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://archive.org/download/ia-pex/
arch = x86_64
license = GPL
provides = ia-bin
conflicts = ia-bin
- noextract = ia-3.6.0
- source = ia-3.6.0::https://archive.org/download/ia-pex/ia
- sha512sums = fe4ddffb738c6095f70006af31d905aa63334b6908007828f55be2e0de7cf8d5ee3c6707c60f4d4ad9b955b0b74ae7cf30003f86786d5e6f71de62a72b26028c
+ noextract = ia-3.7.0
+ source = ia-3.7.0::https://archive.org/download/ia-pex/ia
+ sha512sums = 8130ac62810a90fe323e0f33a9f910ee7466bc3efa0984c16321228e911cfeb02e2ecea59078873542cae336ac8b566762fd7e8cffef92e22e84f429aa15c3f0
pkgname = ia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 341a8264a76d..34a37d2b4423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=ia
pkgname=${_pkgname}-bin
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
pkgdesc="A Python and Command-Line Interface to Archive.org"
arch=('x86_64')
url="https://archive.org/download/ia-pex/"
@@ -11,7 +11,7 @@ license=('GPL')
provides=(${pkgname})
conflicts=(${pkgname})
source=("${_pkgname}-${pkgver}::https://archive.org/download/ia-pex/ia")
-sha512sums=('fe4ddffb738c6095f70006af31d905aa63334b6908007828f55be2e0de7cf8d5ee3c6707c60f4d4ad9b955b0b74ae7cf30003f86786d5e6f71de62a72b26028c')
+sha512sums=('8130ac62810a90fe323e0f33a9f910ee7466bc3efa0984c16321228e911cfeb02e2ecea59078873542cae336ac8b566762fd7e8cffef92e22e84f429aa15c3f0')
noextract=("${_pkgname}-${pkgver}")
package() {