summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-06-13 15:14:05 +0200
committerBuildTools2016-06-13 15:14:05 +0200
commit7d193e962d3ddadc76b49997af27ec507716fa1c (patch)
tree511e407959e9d15e43a3797e983ac283ac21db23
parent0edf1cad8c199ee42ab8d08ddec62f24f4f0f1cc (diff)
downloadaur-7d193e962d3ddadc76b49997af27ec507716fa1c.tar.gz
Fix package not building because of missing image
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f87d5b60bf0..a93ef6051079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = horizon-launcher-git
pkgdesc = A customizable, cross-platform and open-source launcher for launching all your games on Steam and other gaming services
- pkgver = r781.e299c5b
- pkgrel = 3
+ pkgver = r818.8f781d0
+ pkgrel = 1
url = http://launchhorizon.com
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 151787043e2a..79601e854453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PureTryOut
pkgname=horizon-launcher-git
-pkgver=r781.e299c5b
-pkgrel=3
+pkgver=r818.8f781d0
+pkgrel=1
epoch=
pkgdesc="A customizable, cross-platform and open-source launcher for launching all your games on Steam and other gaming services"
arch=('x86_64')
@@ -53,5 +53,6 @@ package() {
# .desktop file and icon
install -Dm644 "$srcdir/horizon-launcher.desktop" "$pkgdir"/usr/share/applications/horizon-launcher.desktop
- install -Dm644 Resource/Icons/Horizon.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/horizon.svg
+ #Broken, since there is no image available anymore in the repo
+ #install -Dm644 Resource/Icons/Horizon.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/horizon.svg
}