summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f583d74a5eb..2666926f18b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Kasimir Wansing <kasimir at wansing dot org>
+# Maintainer: wansing <mail at wansing dot org>
pkgname=goscanpdf
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Scans pages from a (document) scanner and uploads the compressed multipage PDF file via SSH. Works on a Raspberry Pi."
-arch=('x86_64')
+arch=('armv7h' 'aarch64' 'x86_64')
url="https://github.com/wansing/$pkgname"
license=('GPL')
makedepends=('go')