summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 178b64cb7bc8..be430b017f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname='python-magic-git'
pkgver='0.4.6'
-pkgrel=3
+pkgrel=4
pkgdesc="Python 3 packages for alternative (github) implementation of python-magic"
arch=('any')
+url='https://github.com/ahupp/python-magic'
license=('MIT')
depends=('python')
-makedepends=('git' 'sed')
+makedepends=('git' 'sed' 'python')
conflicts=('python-magic')
-
source=("${pkgname}::git+https://github.com/ahupp/python-magic")
md5sums=('SKIP')
-
pkgdir='pkg'
srcdir='src'