summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29954ee899d8..c2bdbdf63959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Dan Ziemba <zman0900@gmail.com>
pkgname=reiser4progs
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Reiser4 filesystem programs"
arch=('i686' 'x86_64')
@@ -14,11 +14,12 @@ license=('GPL2')
depends=('e2fsprogs' 'libaal')
options=('!libtool')
source=("http://sourceforge.net/projects/reiser4/files/reiser4-utils/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5c3af8644a4ab291fd59ccff6539a1ed')
+sha256sums=('1ddf462f88c50e869c5b2a08d9769c9929b8ec5eef47bb7427f8988a07a5bdbe')
build() {
cd "${pkgname}-${pkgver}"
+ CFLAGS+=" -Wno-error=format-security"
./configure --prefix=/usr --sbindir=/usr/bin
make
}