summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-06-07 23:38:44 +0200
committerhaawda2023-06-07 23:38:44 +0200
commit010fd119fcb6e48643347f818fa9b783832ac747 (patch)
treec437fed0a78b6df16e88e57c0e709ac8c936e294
parentdad3e524c4a02e674fc6f16adf13276390569622 (diff)
downloadaur-010fd119fcb6e48643347f818fa9b783832ac747.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 007b2ab05930..f7f01675884b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.15.20230603
+ pkgver = 1.15.20230607
pkgrel = 1
epoch = 2
url = https://www.phidgets.com
@@ -9,7 +9,7 @@ pkgbase = libphidget
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.15.20230603.tar.gz
- sha256sums = e758c966824769615feb95670e2d615a9d79046c3d6b9b55684bc94c38f3f253
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.15.20230607.tar.gz
+ sha256sums = b949c91e9480db2ce9fb4d528677418b203ae5c5e44aaa368fe5956d9d4f5a43
pkgname = libphidget
diff --git a/PKGBUILD b/PKGBUILD
index eebbf28f0a2c..a53b5ddd4f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget
-pkgver=1.15.20230603
+pkgver=1.15.20230607
pkgrel=1
epoch=2
url=https://www.phidgets.com
@@ -12,7 +12,7 @@ arch=('x86_64')
license=('LGPL3')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}22/libraries/linux/${pkgname}22/${pkgname}22-$pkgver.tar.gz")
-sha256sums=('e758c966824769615feb95670e2d615a9d79046c3d6b9b55684bc94c38f3f253')
+sha256sums=('b949c91e9480db2ce9fb4d528677418b203ae5c5e44aaa368fe5956d9d4f5a43')
build() {
cd ${pkgname}22-$pkgver