summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2021-01-01 20:33:20 -0800
committerZhuoyun Wei2021-01-01 20:33:20 -0800
commitdd16641af7ddc3d183e9ade8f8bac94cb551fc92 (patch)
tree838e9095b308c24ede8b4fa6b266aef5a5ad07a4
parent7c985267cfed85a0027ea7b7772704df7725b98b (diff)
downloadaur-dd16641af7ddc3d183e9ade8f8bac94cb551fc92.tar.gz
Revert "[python-magic-ahupp] Remove provides and conflicts"
This reverts commit 7c985267cfed85a0027ea7b7772704df7725b98b.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce58d13b0a67..077d2733c504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-magic-ahupp
pkgdesc = A python wrapper for libmagic
pkgver = 0.4.18
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/ahupp/python-magic
arch = any
license = MIT
makedepends = python-setuptools
+ provides = python-magic
+ conflicts = python-magic
source = https://github.com/ahupp/python-magic/archive/0.4.18.tar.gz
sha256sums = b787e8056c115f37e2af11e0b98dc67d5fc182ed5ed827a62f95e3a7f0ed4be4
diff --git a/PKGBUILD b/PKGBUILD
index 904f236289c7..8520a37e7323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,13 @@ _pkgname='python-magic'
pkgname=python-magic-ahupp
pkgdesc='A python wrapper for libmagic'
pkgver=0.4.18
-pkgrel=2
+pkgrel=1
arch=('any')
url="https://github.com/ahupp/python-magic"
license=('MIT')
makedepends=('python-setuptools')
+conflicts=('python-magic')
+provides=('python-magic')
source=("https://github.com/ahupp/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('b787e8056c115f37e2af11e0b98dc67d5fc182ed5ed827a62f95e3a7f0ed4be4')