summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-01-06 02:20:06 +0100
committerBilal Elmoussaoui2017-01-06 02:20:06 +0100
commitc9f6b3c46aa05d9b33fcd3f8d791dbdb0a9ff27e (patch)
treea8eee1eff0a81f8e7faae6bdc41cafa109cd6ffa
parent7ecf805de6457b85ab9759ebc5e1c299a3b7a857 (diff)
downloadaur-c9f6b3c46aa05d9b33fcd3f8d791dbdb0a9ff27e.tar.gz
correct arch name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1111a413767..8a33cab540a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = temps
url = https://github.com/jackd248/temps
arch = i686
arch = x86_64
- arch = arm7l
+ arch = armv7l
license = MIT
makedepends = unzip
provides = temps
@@ -17,6 +17,7 @@ pkgbase = temps
sha256sums_i686 = 5f67ba08d713499aec4025ac9f00fd434e53cbe7d1f8b315487b181de269d92e
source_x86_64 = https://github.com/jackd248/temps/releases/download/v0.7.0/Temps-linux-x64.zip
sha256sums_x86_64 = 6252c1d76336e752882e29e85cf2fd51cf06148de3e479f8102a261e1eedd182
+ sha256sums_armv7l = d318fddcf78d91121baedbdd9f98b9f2cc9e02f799f4fa07050b85fd97a8041a
pkgname = temps
diff --git a/PKGBUILD b/PKGBUILD
index f8531d75692e..29ec5f6fdbf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgver="v$pkgver"
pkgdesc="Simple menubar application based on Electron with actual weather information and forecast"
url="https://github.com/jackd248/temps"
provides=('temps')
-arch=('i686' 'x86_64' 'arm7l')
+arch=('i686' 'x86_64' 'armv7l')
license=('MIT')
makedepends=('unzip')
backup=()