summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorn34r2019-11-03 10:38:04 +0000
committern34r2019-11-03 10:38:04 +0000
commitc66c2da88f829caed6d03f5e76921c5ef9235296 (patch)
treebbc86fe52c2a9593e9c5ed5775f0788f5cca8725 /PKGBUILD
parentb49e6160f746f4e7c91baeb4543b85acdf038ebc (diff)
downloadaur-c66c2da88f829caed6d03f5e76921c5ef9235296.tar.gz
Bug when Windows fast restart is active fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f9fc9dee267..70f247e9e332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname="ntfs-automount"
pkgdesc="Automount NTFS drives using an udev rule"
-pkgver=0.2
-pkgrel=1
+pkgver=0.3
+pkgrel=0
url='https://github.com/n34r1297/easyarch/aur/ntfs-automount/'
license=('GPL3')
arch=('any')
groups=('easyarch')
depends=('udev' 'ntfs-3g')
source=(https://github.com/n34r1297/easyarch/raw/master/aur/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)
-md5sums=('10ebd1b9d87bd71dc5593d6f05e2a413')
+md5sums=('137c340aa3d39cd5e484d579da03b8f8')
package() {
install -D "$srcdir/ntfs-automount.rules" "$pkgdir/usr/lib/udev/rules.d/99-ntfs-automount.rules"