summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2019-03-09 14:50:21 +0100
committerJens John2019-03-09 14:50:21 +0100
commit8382034e755c2cb153f7fcd09fabc41eb775c5f9 (patch)
tree929916cd49a73edbd3cdfbf40a443fbbc5f0843a
parenta90e78044fcb8d731a7b5c1d545d92f56745f8d5 (diff)
downloadaur-8382034e755c2cb153f7fcd09fabc41eb775c5f9.tar.gz
v7080: New upstream release
* PKGBUILD: Drop unzip for 7zip because the upstream archive requires support for PKZIP v6.3, which unzip doesn't support.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05fecbfbcc83..d6779bbb7ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = avdump2-bin
pkgdesc = AniDB video/audio codec identification utility (command line version)
- pkgver = 6714
- pkgrel = 3
+ pkgver = 7080
+ pkgrel = 1
url = https://wiki.anidb.net/w/Avdump2
arch = any
license = UNKNOWN
- makedepends = unrar
+ makedepends = p7zip
depends = mono
provides = avdump2
- noextract = avdump2_6714.rar
- source = https://static.anidb.net/client/avdump2/avdump2_6714.rar
+ noextract = avdump2_7080.zip
+ source = https://static.anidb.net/client/avdump2/avdump2_7080.zip
source = avdump2
- sha512sums = d4714f2d5599437b6cf9fdb52da21104e26b031231c2fd937579ed14835b9baa3bc2495b68324e82f7f9c148b4f8df5b7a2fb831d939be7db1e6263aa3814338
- sha512sums = SKIP
+ sha256sums = 6ddcb341735b575ce204951b7b91465706c5d77e829284bdd551205e15abbf48
+ sha256sums = SKIP
pkgname = avdump2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 894d17815971..aade4f710857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,23 @@
-# Maintainer: 2ion
pkgname=avdump2-bin
-pkgver=6714
-pkgrel=3
+pkgver=7080
+pkgrel=1
pkgdesc="AniDB video/audio codec identification utility (command line version)"
arch=('any')
url="https://wiki.anidb.net/w/Avdump2"
license=('UNKNOWN')
depends=('mono')
-makedepends=('unrar')
+makedepends=('p7zip')
provides=('avdump2')
-_archive="avdump2_${pkgver}.rar"
+_archive="avdump2_${pkgver}.zip"
source=("https://static.anidb.net/client/avdump2/${_archive}" \
'avdump2')
noextract=("$_archive")
-sha512sums=('d4714f2d5599437b6cf9fdb52da21104e26b031231c2fd937579ed14835b9baa3bc2495b68324e82f7f9c148b4f8df5b7a2fb831d939be7db1e6263aa3814338' \
+sha256sums=('6ddcb341735b575ce204951b7b91465706c5d77e829284bdd551205e15abbf48' \
'SKIP')
prepare() {
cd "$srcdir"
- unrar e "$_archive" "./$pkgver/"
+ 7za -o"./$pkgver" e "$_archive"
}
package() {