Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-pyacoustid
Commits:
a26918b4 by Balló György at 2024-10-21T01:01:56+02:00
upgpkg: 1.3.0-3: Add missing dependency on python-requests
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyacoustid
pkgdesc = Bindings for Chromaprint acoustic fingerprinting and the
Acoustid API
pkgver = 1.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/beetbox/pyacoustid
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = python-pyacoustid
makedepends = python-setuptools
depends = chromaprint
depends = python
+ depends = python-requests
source =
git+https://github.com/beetbox/pyacoustid.git#tag=d2698e46aa23b9d3380c7b97278fc84fac502d7f
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-pyacoustid
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
arch=(any)
url=https://github.com/beetbox/pyacoustid
@@ -12,6 +12,7 @@ license=(MIT)
depends=(
chromaprint
python
+ python-requests
)
makedepends=(
git
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyacoustid/-/commit/a26918b4e05e0668b543378b05f82d4ac0abbea6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyacoustid/-/commit/a26918b4e05e0668b543378b05f82d4ac0abbea6
You're receiving this email because of your account on gitlab.archlinux.org.