summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-06-17 19:19:30 +0200
committerhaawda2023-06-17 19:19:30 +0200
commitea69813e730a2dd6a67a61304be3f0da4620e472 (patch)
tree091b2fe33e8976e286f891eb7c6bd774f0092eeb
parent010fd119fcb6e48643347f818fa9b783832ac747 (diff)
downloadaur-ea69813e730a2dd6a67a61304be3f0da4620e472.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 f7f01675884b..bd1d0af82158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.15.20230607
+ pkgver = 1.15.20230616
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.20230607.tar.gz
- sha256sums = b949c91e9480db2ce9fb4d528677418b203ae5c5e44aaa368fe5956d9d4f5a43
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.15.20230616.tar.gz
+ sha256sums = b830af7531ee7728fc25174fadf9c263b8bcc72b8bcbab7108210584a2263901
pkgname = libphidget
diff --git a/PKGBUILD b/PKGBUILD
index a53b5ddd4f1f..08a02303bfad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget
-pkgver=1.15.20230607
+pkgver=1.15.20230616
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=('b949c91e9480db2ce9fb4d528677418b203ae5c5e44aaa368fe5956d9d4f5a43')
+sha256sums=('b830af7531ee7728fc25174fadf9c263b8bcc72b8bcbab7108210584a2263901')
build() {
cd ${pkgname}22-$pkgver