summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-07-07 20:19:00 +0200
committerhaawda2021-07-07 20:19:00 +0200
commit2c4cf5015ca8da1fe9487e6d861ae0ec5c956e71 (patch)
treef9581d470c04785f0779a2db82d8c94bafb448fd
parentbeddbf01f8dca68e59967d1658500ef57e39e7e7 (diff)
downloadaur-2c4cf5015ca8da1fe9487e6d861ae0ec5c956e71.tar.gz
Update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e9080da96b..d8376b5a91ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.7.20210428
+ pkgver = 1.7.20210706
pkgrel = 1
url = https://www.phidgets.com
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = libphidget22
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.7.20210428.tar.gz
- sha256sums = b35894fe12eaf6444b7e33a063ba698b4abe47ad8aa666b8d0c3bde931febd84
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.7.20210706.tar.gz
+ sha256sums = fa80d5f7e495c5377b90d43402b036473f2a53c2262dd75b7135a10d866306ce
pkgname = libphidget22
-
diff --git a/PKGBUILD b/PKGBUILD
index bf0f880279a0..dd6330d35b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.7.20210428
+pkgver=1.7.20210706
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=('b35894fe12eaf6444b7e33a063ba698b4abe47ad8aa666b8d0c3bde931febd84')
+sha256sums=('fa80d5f7e495c5377b90d43402b036473f2a53c2262dd75b7135a10d866306ce')
build() {
cd $pkgname-$pkgver