summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2023-08-02 22:10:33 +0200
committerFrederik “Freso” S. Olesen2023-08-02 22:10:33 +0200
commit7d20da425c709d1dd70ed133f0b3d8824b41c154 (patch)
tree5947650562a899a24fc945151b86d3e68698476e
parent7447a5ef61f3e2bfd19d8944b75bb620cd4d9889 (diff)
downloadaur-7d20da425c709d1dd70ed133f0b3d8824b41c154.tar.gz
Remove "mbslave"
The mbslave parts have been moved to their own repository/package: https://github.com/acoustid/mbdata/commit/9198e4413f21a151d865ecdfad6b1f599b1d5147 https://github.com/acoustid/mbslave
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63cdba897fc..603a1fbe7a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mbdata-git
pkgdesc = MusicBrainz database tools for Python
- pkgver = 27.1.0.r8.gea0e7e2
+ pkgver = 27.1.0.r12.g0406f63
pkgrel = 1
url = https://github.com/acoustid/mbdata
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index aabdc1e4f3a3..023da1af4345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-mbdata-git
_pkgbase=${pkgbase%-git}
_name=${_pkgbase#python-}
pkgname=$pkgbase
-pkgver=27.1.0.r8.gea0e7e2
+pkgver=27.1.0.r12.g0406f63
pkgrel=1
pkgdesc='MusicBrainz database tools for Python'
url="https://github.com/acoustid/$_name"
@@ -40,5 +40,5 @@ package() {
python3 -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgbase/LICENSE"
install -d "$pkgdir/usr/share/doc/$_pkgbase"
- install -m644 -t "$pkgdir/usr/share/doc/$_pkgbase" README.rst CHANGELOG.rst settings.py.sample mbslave.conf.default
+ install -m644 -t "$pkgdir/usr/share/doc/$_pkgbase" README.rst CHANGELOG.rst settings.py.sample
}