summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khvoinitsky2017-04-08 18:43:11 +0300
committerMikhail Khvoinitsky2017-04-08 18:43:11 +0300
commitda0b7645144bbad1bdd11f1639371c053f86b243 (patch)
tree69b586aecd0b564a5934d7efaac189cafc8aee5e
parent8ac6c0635b3306b9cc541fbf5b402e4517f0aaf3 (diff)
downloadaur-da0b7645144bbad1bdd11f1639371c053f86b243.tar.gz
add provides and conflicts = ntfs-3g
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d32a6a615e..35128cab864b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgname=ntfs-3g-wimlib-patched
_pkgname=ntfs-3g_ntfsprogs
pkgver=2017.3.23
pkgrel=1
+provides=("ntfs-3g=${pkgver}")
+conflicts=('ntfs-3g')
pkgdesc='NTFS filesystem driver and utilities - with patch from https://wimlib.net/forums/viewtopic.php?f=1&t=4&p=693#p596 applied'
url='https://www.tuxera.com/community/open-source-ntfs-3g/'
arch=('i686' 'x86_64')