summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796c32d2517c..2c8ef03e82cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = tomatoes
pkgdesc = I Have No Tomatoes - tomato smashing game
pkgver = 1.55
- pkgrel = 16
- url = http://tomatoes.sourceforge.net
+ pkgrel = 17
+ url = https://tomatoes.sourceforge.net
arch = i686
arch = x86_64
+ arch = aarch64
license = ZLIB
makedepends = gendesk
depends = sdl_image
@@ -22,4 +23,3 @@ pkgbase = tomatoes
sha256sums = 0dcab19428d4904d1d5ab0099b23f6d9f3f53399303166ad3cea6e743efcd9bf
pkgname = tomatoes
-
diff --git a/PKGBUILD b/PKGBUILD
index b365e233b697..462b154e92c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer:
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
# Contributor: Michael Straube <michael.straubej@gmail.com>
# Contributor: Loui Chang <louipc dot ist at no spam gmail company>
pkgname=tomatoes
pkgver=1.55
-pkgrel=16
+pkgrel=17
pkgdesc="I Have No Tomatoes - tomato smashing game"
-url="http://tomatoes.sourceforge.net"
+url="https://tomatoes.sourceforge.net"
license=('ZLIB')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
depends=('sdl_image' 'sdl_mixer' 'glu')
makedepends=('gendesk')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-linux-src-$pkgver.tar.bz2"