summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-09-22 11:53:17 +0200
committerhaawda2020-09-22 11:53:17 +0200
commitfd35eff4bfa431de169e7b29ac4ed4e64e7fe065 (patch)
tree6e661c076e4f028ff0642e1fa22c944514433182
parent39348c4fa2c3aaa37c50035554ef7ce00d24ae66 (diff)
downloadaur-fd35eff4bfa431de169e7b29ac4ed4e64e7fe065.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 3cdb7511a48f..c2a63f04c188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200805
+ pkgver = 1.6.20200921
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.20200805.tar.gz
- sha256sums = 203a4df58ae470559d4ab7960d2e95a6620f104e7fb963397411e62f144324ca
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200921.tar.gz
+ sha256sums = 91102901c17a1498568bea44fe2b12e34f55748c7a056980067d0bad464833fc
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index bbdfc57858bc..21fb13ddb0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200805
+pkgver=1.6.20200921
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=('203a4df58ae470559d4ab7960d2e95a6620f104e7fb963397411e62f144324ca')
+sha256sums=('91102901c17a1498568bea44fe2b12e34f55748c7a056980067d0bad464833fc')
build() {
cd $pkgname-$pkgver