summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2015-09-18 21:59:18 +0200
committerJens John2015-09-18 21:59:21 +0200
commiteef7a7c8477e211372396228455125129d46127e (patch)
treef496825a2519e422a60fac879dfd359a18fb6252
parent8b53a903d0970d1bdc547dfa035284d767141b1c (diff)
downloadaur-eef7a7c8477e211372396228455125129d46127e.tar.gz
[1.20-2] Fix old typo in pkg description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87833234294..18d3d5d6c66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = advancecomp
- pkgdesc = Recompression utilities for .zip .png .mng and .gz files using the 7-zip agorithm
+ pkgdesc = Recompression utilities for .zip .png .mng and .gz files using the 7-zip algorithm
pkgver = 1.20
- pkgrel = 1
+ pkgrel = 2
url = http://advancemame.sourceforge.net/comp-readme.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3edb744656ef..26f37eb5d0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: 2ion
pkgname=advancecomp
pkgver=1.20
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
-pkgdesc="Recompression utilities for .zip .png .mng and .gz files using the 7-zip agorithm"
+pkgdesc="Recompression utilities for .zip .png .mng and .gz files using the 7-zip algorithm"
url='http://advancemame.sourceforge.net/comp-readme.html'
license=('GPL')
depends=('zlib' 'gcc-libs')