summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/bashmount/PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/pcr/bashmount/PKGBUILD b/pcr/bashmount/PKGBUILD
index 71e6dd76b..787348b64 100644
--- a/pcr/bashmount/PKGBUILD
+++ b/pcr/bashmount/PKGBUILD
@@ -1,14 +1,19 @@
-# Contributer: Jamie Nguyen <jamie@tomoyolinux.co.uk>
-# Contributer: Bill Sun <cap.sensitive@gmail.com>
+# Maintainer (AUR): Bill Sun <cap.sensitive at gmail dot com>
+# Contributer (AUR): Jamie Nguyen <jamie at tomoyolinux dot co dot uk>
# Maintainer : Parabola Aurélien DESBRIERES <aurelien@hackers.camp>
+# parabola changes and rationale:
+# no changes.
+
pkgname=bashmount
pkgver=3.2.0
pkgrel=1
+
pkgdesc="A menu-driven bash script for the management of removable media with udisks."
arch=('any')
url='https://github.com/jamielinux/bashmount'
license=('GPL2')
+
optdepends=('udisks2')
backup=(etc/bashmount.conf)
source=("https://github.com/jamielinux/${pkgname}/archive/${pkgver}.tar.gz")
@@ -34,3 +39,5 @@ package()
install -m644 COPYING "${pkgdir}/usr/share/doc/bashmount/COPYING"
install -m644 NEWS "${pkgdir}/usr/share/doc/bashmount/NEWS"
}
+
+sha256sums=('32f328e1921f60b429e2ab389ecc314f5bd7545ac4385c7c7918d08ebe9ecc22')