diff options
author | Michael Straube | 2017-08-05 12:49:09 +0200 |
---|---|---|
committer | Michael Straube | 2017-08-05 12:49:09 +0200 |
commit | 848ce474cd0b6adf0aa670c7164b3ceeb8b90d05 (patch) | |
tree | 8045a8eafdd251f341a8302f161d8019ad34e886 | |
parent | 304f2566338ab7f79cc2bdb1283f99912007e763 (diff) | |
download | aur-848ce474cd0b6adf0aa670c7164b3ceeb8b90d05.tar.gz |
Update desktop entry
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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() { |