summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2018-01-03 16:10:55 +0100
committerBruno Pagani2018-01-03 16:10:55 +0100
commitfca91446895534be03256cefcb5d97543394f61f (patch)
tree735606a79c046776d9285f4adab2ec5667458a1f
parentfe01361dc87a7675ba4afb986552473316a2a9c2 (diff)
downloadaur-fca91446895534be03256cefcb5d97543394f61f.tar.gz
upgpkg: exfalso 4.0.0-1
upstream release, fully switching to py3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19fbe446bd95..32e4944aee49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exfalso
pkgdesc = GTK+ audio tag editor
- pkgver = 3.9.1
- pkgrel = 4
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://quodlibet.readthedocs.io/
arch = any
license = GPL2
@@ -17,10 +17,10 @@ pkgbase = exfalso
optdepends = kakasi: for "Kana/Kanji Simple Inverter" plugin
optdepends = python-dbus: for "Browse Folders" plugin
optdepends = python-musicbrainzngs: for "MusicBrainz Lookup" plugin
- source = https://github.com/quodlibet/quodlibet/releases/download/release-3.9.1/quodlibet-3.9.1.tar.gz
- source = https://github.com/quodlibet/quodlibet/releases/download/release-3.9.1/quodlibet-3.9.1.tar.gz.sig
+ source = https://github.com/quodlibet/quodlibet/releases/download/release-4.0.0/quodlibet-4.0.0.tar.gz
+ source = https://github.com/quodlibet/quodlibet/releases/download/release-4.0.0/quodlibet-4.0.0.tar.gz.sig
validpgpkeys = 0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC
- sha256sums = d2b42df5d439213973dc97149fddc779a6c90cec389c24baf1c0bdcc39ffe591
+ sha256sums = 217c9d41e2d97c98c0814f1abbeef47a1f5a37583aaf973501fa21ae3b63a076
sha256sums = SKIP
pkgname = exfalso
diff --git a/PKGBUILD b/PKGBUILD
index f0faa87612db..ffed24e220c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgbase=quodlibet
pkgname=exfalso
-pkgver=3.9.1
-pkgrel=4
+pkgver=4.0.0
+pkgrel=1
pkgdesc="GTK+ audio tag editor"
arch=('any')
-url="https://${_pkgbase}.readthedocs.io/"
+url="https://quodlibet.readthedocs.io/"
license=('GPL2')
depends=('gtk3' 'python-mutagen' 'python-gobject' 'python-cairo' 'python-feedparser')
makedepends=('intltool' 'gettext')
@@ -18,16 +18,10 @@ optdepends=('gst-plugins-bad: for "Acoustic Fingerprint" plugins'
'python-musicbrainzngs: for "MusicBrainz Lookup" plugin')
conflicts=("${pkgbase}")
source=("https://github.com/${_pkgbase}/${_pkgbase}/releases/download/release-${pkgver}/${_pkgbase}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('d2b42df5d439213973dc97149fddc779a6c90cec389c24baf1c0bdcc39ffe591'
+sha256sums=('217c9d41e2d97c98c0814f1abbeef47a1f5a37583aaf973501fa21ae3b63a076'
'SKIP')
validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC') # Christoph Reiter
-prepare() {
- cd ${_pkgbase}-${pkgver}
-
- sed -i 's|if PY2 or is_release():|if PY2:|' quodlibet/_init.py
-}
-
build() {
cd ${_pkgbase}-${pkgver}