summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-08-05 23:49:33 +0200
committerhaawda2020-08-05 23:49:33 +0200
commit39348c4fa2c3aaa37c50035554ef7ce00d24ae66 (patch)
tree945b874422f47551ea39fdd6bfb608bd00841d7b
parentf2e4c75ef13ef345ce1447299680e201b6860be6 (diff)
downloadaur-39348c4fa2c3aaa37c50035554ef7ce00d24ae66.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53a62b95ccae..3cdb7511a48f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200709
+ pkgver = 1.6.20200805
pkgrel = 1
url = https://www.phidgets.com
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = libphidget22
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200709.tar.gz
- sha256sums = b7227bdd2feba877836589896c312f5d2f60a376cce0c6366713d3c36c30c2d6
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200805.tar.gz
+ sha256sums = 203a4df58ae470559d4ab7960d2e95a6620f104e7fb963397411e62f144324ca
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 1651dd167c21..bbdfc57858bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200709
+pkgver=1.6.20200805
pkgrel=1
url=https://www.phidgets.com
pkgdesc="user-space access library for the Phidget devices"
@@ -11,7 +11,7 @@ arch=('x86_64')
license=('GPL')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}/libraries/linux/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b7227bdd2feba877836589896c312f5d2f60a376cce0c6366713d3c36c30c2d6')
+sha256sums=('203a4df58ae470559d4ab7960d2e95a6620f104e7fb963397411e62f144324ca')
build() {
cd $pkgname-$pkgver