summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-05-27 19:48:04 +0200
committerhaawda2023-05-27 19:48:04 +0200
commit94b1113b344f64e0d4513ebf80740ea24b964d70 (patch)
tree4a69dfba6cf0deca9a69d8ae6f400873b415d04d
parent0b4a5edb551d4ad2dc979709915e579e249c9799 (diff)
downloadaur-94b1113b344f64e0d4513ebf80740ea24b964d70.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 c19eed339153..480b3324f2c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.14.20230331
+ pkgver = 1.15.20230526
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.14.20230331.tar.gz
- sha256sums = 0999eb6ea1d7af58d2471f563398bb249f1507704d8c828739371d22810e3bb4
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.15.20230526.tar.gz
+ sha256sums = dfd322d3a9f13f5eb138863b9f9c20fda7cb9bc8617d827449c54462137a3ed0
pkgname = libphidget
diff --git a/PKGBUILD b/PKGBUILD
index bdb858560c03..87cb7edb48dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget
-pkgver=1.14.20230331
+pkgver=1.15.20230526
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=('0999eb6ea1d7af58d2471f563398bb249f1507704d8c828739371d22810e3bb4')
+sha256sums=('dfd322d3a9f13f5eb138863b9f9c20fda7cb9bc8617d827449c54462137a3ed0')
build() {
cd ${pkgname}22-$pkgver