summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"