summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2017-02-24 08:39:11 +0100
committerzoe2017-02-24 08:39:11 +0100
commitf71ebe4e4abfd4af14cc2873077631d272f80819 (patch)
tree015155f5b9f6a952e284f855614fb36229fb6bdb
parent3e18b7f0a6f693572144c78b30304c7931e1af67 (diff)
downloadaur-f71ebe4e4abfd4af14cc2873077631d272f80819.tar.gz
Update to 1.0.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1da52751ecb..04a54ff45197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Feb 24 07:38:32 UTC 2017
pkgbase = kmetronome
pkgdesc = MIDI metronome with KDE interface and based on the ALSA sequencer
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = http://sourceforge.net/projects/kmetronome/
arch = i686
arch = x86_64
license = GPL
depends = kdelibs
depends = alsa-lib
- depends = phonon
+ depends = phonon-qt4
depends = drumstick
depends = automoc4
source = http://kent.dl.sourceforge.net/project/kmetronome/kmetronome/1.0.0/kmetronome-1.0.0.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 3841b1cd1f08..ad456f617759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=kmetronome
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="MIDI metronome with KDE interface and based on the ALSA sequencer"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/kmetronome/"
license=('GPL')
-depends=('kdelibs' 'alsa-lib' 'phonon' 'drumstick' 'automoc4')
+depends=('kdelibs' 'alsa-lib' 'phonon-qt4' 'drumstick' 'automoc4')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
source=(http://kent.dl.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('2dc93568c5d3381d39013ef9cf8f50b8')
@@ -23,4 +23,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install || return 1
-} \ No newline at end of file
+}