summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d9da804aa8..66e0b5298ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
-# Generated by makepkg 4.2.1
-# Mon Jun 1 03:25:26 UTC 2015
+# Generated by mksrcinfo v8
+# Thu Mar 3 00:30:00 UTC 2016
pkgbase = rice
pkgdesc = A dump of scripts that are used for fun/rice, as seen on TV^H^H the internet.
pkgver = r20.3c2efcd
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/janbrennen/rice
- arch = any
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = i686
+ arch = x86_64
license = custom:Public Domain
depends = lua
source = https://github.com/janbrennen/rice/archive/3c2efcd9cc6fb7fcb398f4220d53080b95fb28e2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 3eda06810c93..aa13cd94d8d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Wyatt J. Brown <sushidudeteam@gmail.com>
pkgname=rice
pkgver=r20.3c2efcd
-pkgrel=4
+pkgrel=5
pkgdesc='A dump of scripts that are used for fun/rice, as seen on TV^H^H the internet.'
-arch=('any')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url='https://github.com/janbrennen/rice'
license=('custom:Public Domain')
depends=('lua')
@@ -17,7 +17,7 @@ build()
if [ -z "$CC" ]; then
CC=gcc
fi
- $CC $CPPFLAGS $CFLAGS -lpthread hack.exe.c -o hack.exe.out
+ $CC $CFLAGS $CPPFLAGS -lpthread hack.exe.c -o hack.exe.out
}
package()