summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-06-17 16:57:15 +0200
committerJosip Ponjavic2017-06-17 16:57:15 +0200
commit09ecfa9f450ac16364b55f402a7c8c2bf8bc7d24 (patch)
treecf8057d383e0ac27d43770228725ff7a796fb652
parenta6e8fd75ca19e4ab36f590bcd7d07cb9c868a9c2 (diff)
downloadaur-09ecfa9f450ac16364b55f402a7c8c2bf8bc7d24.tar.gz
fix icon name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e72254fa7e9..c689cd892913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = babe-git
pkgdesc = Tiny Qt Music Player to keep your favorite songs at hand
- pkgver = 0.5.Beta.r136.gd4b4aac
+ pkgver = 0.5.Beta.r163.geba9061
pkgrel = 1
url = https://babe.kde.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 25c59102f16f..8a32fcd33da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=babe-git
-pkgver=0.5.Beta.r136.gd4b4aac
+pkgver=0.5.Beta.r163.geba9061
pkgrel=1
pkgdesc='Tiny Qt Music Player to keep your favorite songs at hand'
arch=('i686' 'x86_64')
@@ -31,5 +31,5 @@ build() {
package() {
cd babe
make DESTDIR="${pkgdir}/" install
- install -Dm755 data/babe.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/Babe.svg"
+ install -Dm755 data/babe.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/babe.svg"
}