summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b2ed9e8816..cdd26edba8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lunzip
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc='For extracting and viewing files in .lzip archives'
url='http://www.nongnu.org/lzip/lunzip.html'
arch=('i686' 'x86_64')
license=('custom')
depends=('bzip2' 'bash')
source=("http://download.savannah.gnu.org/releases/lzip/lunzip/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('9a22654fd7a805b0b8631e564bef9ed104edcdae')
+sha1sums=('e6e7ab7d3594f5f5ac522541043d0f32c2eec914')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"