summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2021-09-09 11:05:53 +1000
committerJohn-Michael Mulesa2021-09-09 11:05:53 +1000
commit7622f961ebf7e9a2cd8830c1d9e9fe11461c3ae9 (patch)
tree3e13c9172832e930012fc5ca43ba0a285f3ee218
parent3febfbd4626f8bad779a9cc556779cf2067a06e6 (diff)
downloadaur-7622f961ebf7e9a2cd8830c1d9e9fe11461c3ae9.tar.gz
Fix icon file extension in desktop file.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--quake4.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6668c656c0..5ef86c449cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quake4
pkgdesc = Quake 4 Engine. You need the retail .pk4 files to play.
pkgver = 1.4.2
- pkgrel = 4
+ pkgrel = 5
url = https://web.archive.org/web/20061205073314/http://www.idsoftware.com/games/quake/quake4/
install = quake4.install
arch = i686
@@ -14,7 +14,7 @@ pkgbase = quake4
source = quake4-smp.launcher
source = quake4.png
source = http://www.slashbunny.com/aur/quake4/quake4-linux-1.4.2.x86.run
- sha256sums = 8d2ff5eb71ebf7ffef321097bc74e97755e5e510985df75863dd22cdf5a3ec2e
+ sha256sums = eb12f3832213af66eceb3a1639605522d10f7169b0a093b7892738bcab04dcf6
sha256sums = 667992139f08d3496c96ac02d15b830370ae14bcc15cc8e65ded4c58036d3f23
sha256sums = cfb3353c8c9d8be8a9a32ba05a48dca7c2125cef20159b85de7135c78a950e73
sha256sums = 62ba170609ca961430e39f7a24e23e1a3b28376e42f779e7e28714868d7758d1
diff --git a/PKGBUILD b/PKGBUILD
index 5550bef7f998..b84b54e037df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=quake4
pkgver=1.4.2
-pkgrel=4
+pkgrel=5
pkgdesc="Quake 4 Engine. You need the retail .pk4 files to play."
url="https://web.archive.org/web/20061205073314/http://www.idsoftware.com/games/quake/quake4/"
license=('custom:"Quake 4"' \
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
install=quake4.install
source=('quake4.desktop' 'quake4.launcher' 'quake4-dedicated.launcher' 'quake4-smp.launcher' 'quake4.png' \
"http://www.slashbunny.com/aur/quake4/quake4-linux-${pkgver}.x86.run")
-sha256sums=('8d2ff5eb71ebf7ffef321097bc74e97755e5e510985df75863dd22cdf5a3ec2e'
+sha256sums=('eb12f3832213af66eceb3a1639605522d10f7169b0a093b7892738bcab04dcf6'
'667992139f08d3496c96ac02d15b830370ae14bcc15cc8e65ded4c58036d3f23'
'cfb3353c8c9d8be8a9a32ba05a48dca7c2125cef20159b85de7135c78a950e73'
'62ba170609ca961430e39f7a24e23e1a3b28376e42f779e7e28714868d7758d1'
diff --git a/quake4.desktop b/quake4.desktop
index d1b3ba33bf8c..94e7a3977b72 100644
--- a/quake4.desktop
+++ b/quake4.desktop
@@ -4,7 +4,7 @@ Name=Quake 4
GenericName=Quake 4
Comment=Quake 4
Exec=/usr/bin/quake4
-Icon=/usr/share/pixmaps/quake4.bmp
+Icon=/usr/share/pixmaps/quake4.png
StartupNotify=true
Terminal=false
Type=Application