summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2019-07-21 01:58:27 -0400
committerskydrome2019-07-21 01:58:27 -0400
commitd95c5585bef691cd69a1952a069e37ee7674c0a3 (patch)
treecfb9cdc8c0307d9b637b9336ce4bf8a6ae3d25a6
parent173763083399565b4b26a3a8a774a9f81febb845 (diff)
downloadaur-d95c5585bef691cd69a1952a069e37ee7674c0a3.tar.gz
remove provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afc6e3b6f73..bf69aa5f1ca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = zbase32
sha256sums = c341afeb154cdcf20c247c8289fadd82245c89d0ea40b630c98885481c29845f
pkgname = python2-zbase32
- provides = zbase32
replaces = zbase32
pkgname = python-zbase32
diff --git a/PKGBUILD b/PKGBUILD
index e05bd7dab17f..7b3c4ce565aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,6 @@ build() {
package_python2-zbase32() {
cd "$srcdir/zbase32-$pkgver-py2"
replaces=('zbase32')
- provides=('zbase32')
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm 644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}