summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-12-03 14:43:50 +0100
committerhaawda2021-12-03 14:43:50 +0100
commita8008dfa3154b025a1f3c66c47a48b79446eb6ab (patch)
tree14f3fa357bbe2ed338fc132a1e2aa333461040d9
parent2c4cf5015ca8da1fe9487e6d861ae0ec5c956e71 (diff)
downloadaur-a8008dfa3154b025a1f3c66c47a48b79446eb6ab.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 d8376b5a91ab..e4c102e16216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.7.20210706
+ pkgver = 1.8.20211202
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.7.20210706.tar.gz
- sha256sums = fa80d5f7e495c5377b90d43402b036473f2a53c2262dd75b7135a10d866306ce
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.8.20211202.tar.gz
+ sha256sums = 5627c816bb6bd652c50878be5db14820f2c2d907a6108982c7d3c043d8144383
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index dd6330d35b8e..23e8507c1aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.7.20210706
+pkgver=1.8.20211202
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=('fa80d5f7e495c5377b90d43402b036473f2a53c2262dd75b7135a10d866306ce')
+sha256sums=('5627c816bb6bd652c50878be5db14820f2c2d907a6108982c7d3c043d8144383')
build() {
cd $pkgname-$pkgver