summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c567d8d9e784..f29bf707f140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: jjacky
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: jjacky
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
_pkgname=pmount
pkgname=$_pkgname-safe-removal
pkgver=0.9.23
-pkgrel=7
+pkgrel=8
pkgdesc="mount removable devices as normal user, with safe removal of device"
arch=(i686 x86_64)
license=('GPL2')
-url="http://pmount.alioth.debian.org/"
+url="https://packages.qa.debian.org/p/pmount.html"
backup=('etc/pmount.allow')
depends=('sysfsutils>=2.0.0-1' 'bash' 'util-linux')
makedepends=('intltool')
@@ -22,6 +23,7 @@ md5sums=('db19f5bf3151b1b41705ec7bafa439d3'
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
patch -p1 -i ../patch
+ CFLAGS="${CFLAGS} -Wno-error=implicit-function-declaration -Wno-error=return-mismatch" \
./configure --prefix=/usr --disable-hal \
--with-cryptsetup-prog=/usr/bin/cryptsetup
}