summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-10-24 01:26:10 +0200
committerhaawda2020-10-24 01:26:10 +0200
commitacdb024aef80a26995264d49e9bbac8ef8565148 (patch)
treedf9236c03f6c5e92ebed176265d32f39eb2fad5e
parentfd35eff4bfa431de169e7b29ac4ed4e64e7fe065 (diff)
downloadaur-acdb024aef80a26995264d49e9bbac8ef8565148.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 c2a63f04c188..0481601fe60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200921
+ pkgver = 1.6.20201023
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.20200921.tar.gz
- sha256sums = 91102901c17a1498568bea44fe2b12e34f55748c7a056980067d0bad464833fc
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20201023.tar.gz
+ sha256sums = 1539792e6e079ca1469e1004cd15ccaa9997de1149d9e8f272f2c0c187f9037a
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 21fb13ddb0d2..72256c13821e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200921
+pkgver=1.6.20201023
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=('91102901c17a1498568bea44fe2b12e34f55748c7a056980067d0bad464833fc')
+sha256sums=('1539792e6e079ca1469e1004cd15ccaa9997de1149d9e8f272f2c0c187f9037a')
build() {
cd $pkgname-$pkgver