summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergej Pupykin2018-11-28 16:17:39 +0300
committerSergej Pupykin2018-11-28 16:17:39 +0300
commit5e89db939379853be89be044ad306908e4f60dad (patch)
tree16edca44453adaa88a6730850684d64d7116b676
parentef2b023693fd27663436ca52b2a355d7e03be734 (diff)
downloadaur-5e89db939379853be89be044ad306908e4f60dad.tar.gz
upd
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ff626f9493..709f80f99cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Tue May 30 12:33:00 UTC 2017
+# Wed Nov 28 13:17:34 UTC 2018
pkgbase = digitemp
pkgdesc = reading values from 1-wire devices
- pkgver = 3.7.1
+ pkgver = 3.7.2
pkgrel = 1
url = https://www.digitemp.com/software.shtml
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = libusb-compat
optdepends = libusb-compat: for digitemp_DS2490
- source = digitemp-3.7.1.tar.gz::https://github.com/bcl/digitemp/archive/v3.7.1.tar.gz
- sha256sums = 6fa4d965350d5501b6ca73ee8a09276ca4f65b6d85dae62f0a796239bae5000e
+ source = digitemp-3.7.2.tar.gz::https://github.com/bcl/digitemp/archive/v3.7.2.tar.gz
+ sha256sums = 683df4ab5cc53a45fe4f860c698f148d34bcca91b3e0568a342f32d64d12ba24
pkgname = digitemp
diff --git a/PKGBUILD b/PKGBUILD
index 6aae6a5c9f69..676eb5bb5d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=digitemp
-pkgver=3.7.1
+pkgver=3.7.2
pkgrel=1
pkgdesc="reading values from 1-wire devices"
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
url="https://www.digitemp.com/software.shtml"
license=('GPL')
depends=()
makedepends=('libusb-compat')
optdepends=('libusb-compat: for digitemp_DS2490')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bcl/digitemp/archive/v$pkgver.tar.gz")
-sha256sums=('6fa4d965350d5501b6ca73ee8a09276ca4f65b6d85dae62f0a796239bae5000e')
+sha256sums=('683df4ab5cc53a45fe4f860c698f148d34bcca91b3e0568a342f32d64d12ba24')
build() {
cd "$pkgname-$pkgver"