summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUncle Hunto2016-06-26 18:07:54 -0700
committerUncle Hunto2016-06-26 18:07:54 -0700
commiteb543705cc5cf0ac961228e9a478d9abe571b85f (patch)
tree7e4989d1b7c461d31b113084482750b7d886543d /PKGBUILD
parent814d9ae5d641e44b20e0dde79373f72e16bdeec8 (diff)
downloadaur-python-fusepy-git.tar.gz
Add Maintainer and provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74bcb8f96a90..bd3a5b804b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Étienne André <eti.andre@gmail.com>
+# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
+# Contributor: Étienne André <eti.andre@gmail.com>
pkgname='python-fusepy-git'
pkgver=2.0.4.r0.g0eafeb5
pkgrel=1
@@ -8,6 +9,8 @@ arch=('any')
license=('custom:ISCL')
depends=('fuse>=2.6' 'python')
makedepends=('python-setuptools')
+provides=('fusepy' 'python-fusepy')
+conflicts=('fusepy' 'python-fusepy' 'python2-fusepy' 'python2-fusepy-git')
source=('git+https://github.com/terencehonles/fusepy.git')
md5sums=('SKIP')