summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2017-06-25 21:52:40 +0200
committerJens John2017-06-25 21:52:52 +0200
commitbe4453858bd34b543237ab1604b6326264fadb4d (patch)
treed0bb1242a0e53fdffc0586f3dad46af38ef8dec7
parent872c9b6b7f0e77a9731f19925cacc4a41f13e662 (diff)
downloadaur-be4453858bd34b543237ab1604b6326264fadb4d.tar.gz
upstream release 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 181a524d8ede..a55d5f32b3be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = advancecomp
pkgdesc = Recompression utilities for .zip .png .mng and .gz files using the 7-zip algorithm
- pkgver = 1.23
+ pkgver = 2.0
pkgrel = 1
url = http://advancemame.sourceforge.net/comp-readme.html
arch = i686
@@ -8,8 +8,8 @@ pkgbase = advancecomp
license = GPL
depends = zlib
depends = gcc-libs
- source = https://github.com/amadvance/advancecomp/releases/download/v1.23/advancecomp-1.23.tar.gz
- sha256sums = 75a2c97ab0cd53e71b6a3dd7f07c001fa02351c9d781a4c586718f7fea3e88ba
+ source = https://github.com/amadvance/advancecomp/releases/download/v2.0/advancecomp-2.0.tar.gz
+ sha256sums = 10432e8e95395926723b6a7ef9bcf595eb2d53853a24f1e65154e80970122685
pkgname = advancecomp
diff --git a/PKGBUILD b/PKGBUILD
index 3508b1c826a7..b1aca18f2828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: 2ion
pkgname=advancecomp
-pkgver=1.23
+pkgver=2.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Recompression utilities for .zip .png .mng and .gz files using the 7-zip algorithm"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('zlib' 'gcc-libs')
makedepends=()
source=("https://github.com/amadvance/advancecomp/releases/download/v${pkgver}/advancecomp-${pkgver}.tar.gz")
-sha256sums=('75a2c97ab0cd53e71b6a3dd7f07c001fa02351c9d781a4c586718f7fea3e88ba')
+sha256sums=('10432e8e95395926723b6a7ef9bcf595eb2d53853a24f1e65154e80970122685')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,4 +20,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+ install -Dm644 HISTORY "$pkgdir"/usr/share/doc/advancecomp/HISTORY
}