summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-01-13 17:30:20 +0100
committerhaawda2022-01-13 17:30:20 +0100
commit86d2e7569161144c08d27bcb94b7c42e93e36f37 (patch)
treeae99afbf9fb5a3a2b8a80efac63e370160faa383
parenta8008dfa3154b025a1f3c66c47a48b79446eb6ab (diff)
downloadaur-86d2e7569161144c08d27bcb94b7c42e93e36f37.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 e4c102e16216..498e6feb3bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.8.20211202
+ pkgver = 1.9.20220112
pkgrel = 1
url = https://www.phidgets.com
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libphidget22
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.8.20211202.tar.gz
- sha256sums = 5627c816bb6bd652c50878be5db14820f2c2d907a6108982c7d3c043d8144383
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.9.20220112.tar.gz
+ sha256sums = d20dcc260c09b7ede413b0d9a8f5ed222e6b35dc21b73f90de0fe7f965297a8f
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 23e8507c1aa0..6b66d77d75e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.8.20211202
+pkgver=1.9.20220112
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=('5627c816bb6bd652c50878be5db14820f2c2d907a6108982c7d3c043d8144383')
+sha256sums=('d20dcc260c09b7ede413b0d9a8f5ed222e6b35dc21b73f90de0fe7f965297a8f')
build() {
cd $pkgname-$pkgver