summaryrefslogtreecommitdiff
path: root/pcr/bashmount
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-01 15:31:57 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-01 17:11:37 +0100
commit452dd9bdc9e4e18d69355503aa100dcab8e838d0 (patch)
treefc69292deaac4a3dd62c57905307f4a21a3731cf /pcr/bashmount
parent6f595b6edbc1ea0e16e268cb67197afea0704193 (diff)
pcr/bashmount: added missing checksums
Diffstat (limited to 'pcr/bashmount')
-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')