summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-10-07 20:55:12 +0200
committermrxx2020-10-07 20:55:12 +0200
commitdcb52b0d7249e91307521cef1feab144c75a667a (patch)
tree79a6c5b94ee6d57faeaac4f62e9acf19bd3139e2
parentf37085bf19cabce5cc735ce7588f56f25195e540 (diff)
downloadaur-dcb52b0d7249e91307521cef1feab144c75a667a.tar.gz
Upgpkg: 1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f155270c098..d407d2041006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = musique
pkgdesc = A finely crafted music player
- pkgver = 1.9
- pkgrel = 5
+ pkgver = 1.10
+ pkgrel = 1
url = https://flavio.tordini.org/musique
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = musique
depends = taglib
depends = mpv
optdepends = finetune
- source = git+https://github.com/flaviotordini/musique.git#tag=1.9
+ source = git+https://github.com/flaviotordini/musique.git#tag=1.10
source = git+https://github.com/flaviotordini/http.git
source = git+https://github.com/flaviotordini/idle.git
source = git+https://github.com/flaviotordini/media.git
diff --git a/PKGBUILD b/PKGBUILD
index f8c7d2df5b67..7d022fcb6d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: dieghen89 <dieghen89@gmail.com>
pkgname=musique
-pkgver=1.9
-pkgrel=5
+pkgver=1.10
+pkgrel=1
pkgdesc='A finely crafted music player'
arch=('x86_64')
url='https://flavio.tordini.org/musique'
@@ -29,8 +29,6 @@ prepare() {
git config submodule.lib/idle.url "$srcdir/idle"
git config submodule.lib/media.url "$srcdir/media"
git submodule update
-
- sed -i '1313d;1315i#ifdef APP_EXTRA' src/mainwindow.cpp
}
build() {