summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-08-05 12:49:09 +0200
committerMichael Straube2017-08-05 12:49:09 +0200
commit848ce474cd0b6adf0aa670c7164b3ceeb8b90d05 (patch)
tree8045a8eafdd251f341a8302f161d8019ad34e886
parent304f2566338ab7f79cc2bdb1283f99912007e763 (diff)
downloadaur-848ce474cd0b6adf0aa670c7164b3ceeb8b90d05.tar.gz
Update desktop entry
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e98be80c7176..e3edf5531717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = circuslinux
pkgdesc = Clone of the Atari 2600 game Circus Atari
pkgver = 1.0.3
- pkgrel = 4
+ pkgrel = 5
url = http://www.newbreedsoftware.com/circus-linux/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index db32d3d960cb..6495df84b2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=circuslinux
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc='Clone of the Atari 2600 game Circus Atari'
arch=('i686' 'x86_64')
url='http://www.newbreedsoftware.com/circus-linux/'
@@ -19,7 +19,7 @@ prepare() {
cd $pkgname-$pkgver
sed -i 's/-D$(TARGET_DEF)//' Makefile.in
sed -i 's/#ifdef LINUX/#ifdef __linux/g' circuslinux.c
- gendesk -f -n --pkgname=$pkgname --pkgdesc="$pkgdesc"
+ gendesk -f -n --pkgname=$pkgname --pkgdesc="$pkgdesc" --name="Circus Linux!"
}
build() {