summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78b88c4ef004..a23d7cf99988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ pkgname="ntfs-automount"
pkgdesc="NTFS automount utility based on udev rule"
pkgver=0.2
pkgrel=0
+url='https://github.com/n34r1297/easyarch/aur/ntfs-automount/'
license=('GPL3')
arch=('any')
groups=('easyarch')
depends=('udev')
source=(https://github.com/n34r1297/easyarch/raw/master/aur/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)
-md5sums=('a2f994aae2463922ff7490e0e5a00564')
+md5sums=('10ebd1b9d87bd71dc5593d6f05e2a413')
package() {
install -D "$srcdir/ntfs-automount.rules" "$pkgdir/usr/lib/udev/rules.d/99-ntfs-automount.rules"