summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorn34r2019-10-29 11:39:04 +0000
committern34r2019-10-29 11:39:04 +0000
commit28374f4abe98722f828c67fb6f9767d31fbdbb14 (patch)
treec489068a210ce5415e4f1d163ac696b69afe2206 /PKGBUILD
parente9bff79f4cfb9a10792c50b9a5c28955882ecd88 (diff)
downloadaur-28374f4abe98722f828c67fb6f9767d31fbdbb14.tar.gz
Added url
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"