summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorn34r2019-10-29 11:06:48 +0000
committern34r2019-10-29 11:06:48 +0000
commite9bff79f4cfb9a10792c50b9a5c28955882ecd88 (patch)
tree7aa6cf6107768ea10dbca4a3b005dcec53c3a172 /PKGBUILD
parentaa53c1d8e6d6941473f451128a60fdd1bb99af86 (diff)
downloadaur-e9bff79f4cfb9a10792c50b9a5c28955882ecd88.tar.gz
Updated to 0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b229d509b58e..78b88c4ef004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer : n34r <near1297 at icloud dot com>
# Derived from udev-media-automount by Ferk
+# EasyArch Project
pkgname="ntfs-automount"
pkgdesc="NTFS automount utility based on udev rule"
-pkgver=0.1
-pkgrel=1
+pkgver=0.2
+pkgrel=0
license=('GPL3')
arch=('any')
+groups=('easyarch')
depends=('udev')
-source=(https://github.com/n34r1297/easyarch/raw/master/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)
-md5sums=('65c43ce38ceecec2e5964af4b1a1ca9e')
+source=(https://github.com/n34r1297/easyarch/raw/master/aur/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)
+md5sums=('a2f994aae2463922ff7490e0e5a00564')
package() {
install -D "$srcdir/ntfs-automount.rules" "$pkgdir/usr/lib/udev/rules.d/99-ntfs-automount.rules"