summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2015-06-08 08:21:27 -0700
committerMike Swanson2015-06-08 08:21:27 -0700
commit3aeea3d87bb09a8948d8aec1938b85afca54cccb (patch)
treefc74659899db4c082d4a87b176f76e26fe95dfb6 /PKGBUILD
parent9b9a87ba2cdcd26c6faa8bdd8fd400fab0f1890f (diff)
downloadaur-3aeea3d87bb09a8948d8aec1938b85afca54cccb.tar.gz
Fix the desktop entry's Icon pointer.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e12116e60dfa..7c1ba1d9f8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rbdoom-3-bfg
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Doom 3 BFG source code (Robert Beckebans repo)."
arch=('i686' 'x86_64')
url="https://github.com/RobertBeckebans/RBDOOM-3-BFG"
@@ -18,7 +18,7 @@ optdepends=('alsa-plugins: pulseaudio-support'
source=("https://github.com/RobertBeckebans/RBDOOM-3-BFG/archive/${pkgver}.tar.gz"
'rbdoom-3-bfg.desktop')
sha256sums=('961182e741529c0a3634f1892d067b724ddd800cca936522c1d70415789e6bfb'
- '4c357bd33249b75ee05d0f3f54168f2affc0d56c8a270ba3c4f567b411d57939')
+ 'b05a261bd2fd4c1a32788d68397c98e17008d0636bc948edad51d2ebe29f5a8a')
build() {
mkdir "$srcdir/RBDOOM-3-BFG-$pkgver/build"