summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-04-29 16:06:30 +0200
committerhaawda2021-04-29 16:06:30 +0200
commitbeddbf01f8dca68e59967d1658500ef57e39e7e7 (patch)
treec2db68abd2a8ac3152277f96c39ca0f85f53f4e0
parentac74e9bc281c33c86aad2fc2f157e04a5f0ee483 (diff)
downloadaur-beddbf01f8dca68e59967d1658500ef57e39e7e7.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 2a4292c119e9..85e9080da96b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20210312
+ pkgver = 1.7.20210428
pkgrel = 1
url = https://www.phidgets.com
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = libphidget22
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20210312.tar.gz
- sha256sums = 9e17adc704a4cc923f1e75af74897af65da36d863df0f069a2c912cd63d47070
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.7.20210428.tar.gz
+ sha256sums = b35894fe12eaf6444b7e33a063ba698b4abe47ad8aa666b8d0c3bde931febd84
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 4f07da849a16..bf0f880279a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20210312
+pkgver=1.7.20210428
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=('9e17adc704a4cc923f1e75af74897af65da36d863df0f069a2c912cd63d47070')
+sha256sums=('b35894fe12eaf6444b7e33a063ba698b4abe47ad8aa666b8d0c3bde931febd84')
build() {
cd $pkgname-$pkgver