[arch-commits] Commit in beets/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Aug 23 07:15:16 UTC 2021


    Date: Monday, August 23, 2021 @ 07:15:16
  Author: alucryd
Revision: 1004252

upgpkg: beets 1.5.0-1

Modified:
  beets/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-23 06:46:51 UTC (rev 1004251)
+++ PKGBUILD	2021-08-23 07:15:16 UTC (rev 1004252)
@@ -2,7 +2,7 @@
 # Contributor: Adrian Sampson <adrian at radbox.org>
 
 pkgname=beets
-pkgver=1.4.9.r1031.cbc045f1c
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=(any)
@@ -27,6 +27,7 @@
 checkdepends=(
   bash-completion
   imagemagick
+  python-beautifulsoup4
   python-discogs-client
   python-flask
   python-mock
@@ -41,7 +42,6 @@
 )
 optdepends=(
   'bash-completion: Bash completion'
-  'bs1770gain: ReplayGain plugin'
   'chromaprint: Chromaprint/Acoustid plugin'
   'ffmpeg: Convert, ReplayGain plugins'
   'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
@@ -59,9 +59,9 @@
   'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
   'python-xdg: Thumbnails plugin'
 )
-_commit=cbc045f1c8f898acd8798ff134a25557f1769525
+_tag=92b6d7ea7ce5ba30be111d38fdbf835ca7e23317
 source=(
-  git+https://github.com/beetbox/beets.git#commit=${_commit}
+  git+https://github.com/beetbox/beets.git#tag=${_tag}
   beet
 )
 b2sums=('SKIP'
@@ -69,7 +69,7 @@
 
 pkgver() {
   cd beets
-  git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./'
+  git describe --tags | sed 's/^v//'
 }
 
 build() {



More information about the arch-commits mailing list