summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0748058f34f6..796c32d2517c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomatoes
- pkgdesc = How many tomatoes can you smash in ten short minutes?
+ pkgdesc = I Have No Tomatoes - tomato smashing game
pkgver = 1.55
- pkgrel = 15
+ pkgrel = 16
url = http://tomatoes.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8f763965562b..5f7bf20cc8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=tomatoes
pkgver=1.55
-pkgrel=15
-pkgdesc="How many tomatoes can you smash in ten short minutes?"
+pkgrel=16
+pkgdesc="I Have No Tomatoes - tomato smashing game"
url="http://tomatoes.sourceforge.net"
license=('ZLIB')
arch=('i686' 'x86_64')
@@ -30,8 +30,7 @@ prepare() {
sed -n '7,27p' README-src > LICENSE
- gendesk -f -n --pkgname=$pkgname --comment="I Have No Tomatoes" \
- --categories="Application;Game;ArcadeGame;"
+ gendesk -f -n --pkgname=$pkgname --pkgdesc="$pkgdesc"
}
build() {