summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112017-12-17 00:07:24 +0100
committerjose17112017-12-17 00:07:24 +0100
commit570b1f733d43d805abfb6154c0796c9d34ed1322 (patch)
treecd5c05cc3a4e7108240fc012b180b9a94a639968
parenta62a23023a3f46f2aaad88de5a0385b17eef7918 (diff)
downloadaur-570b1f733d43d805abfb6154c0796c9d34ed1322.tar.gz
Add arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b4814b0d66..03c9937b6c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
+# Generated by mksrcinfo v8
+# Sat Dec 16 23:07:22 UTC 2017
pkgbase = bsod
pkgdesc = Bsod displays the famous windows xp blue screen of death on the console
pkgver = 0.1
- pkgrel = 4
+ pkgrel = 5
url = http://www.vanheusden.com/bsod/
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
depends = ncurses
source = http://www.vanheusden.com/bsod/bsod-0.1.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 556c5cf3caef..5c431286342a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=bsod
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Bsod displays the famous windows xp blue screen of death on the console"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.vanheusden.com/bsod/"
license=('GPL')
depends=('ncurses')