summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-03-13 00:42:35 +0100
committerhaawda2021-03-13 00:42:35 +0100
commitac74e9bc281c33c86aad2fc2f157e04a5f0ee483 (patch)
tree7ea0d561bcb309c4d816ecd86975bb461c899a24
parent5e64f504c199592f974363d307346a479d6d663d (diff)
downloadaur-ac74e9bc281c33c86aad2fc2f157e04a5f0ee483.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 b6172cfe05db..2a4292c119e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20201117
+ pkgver = 1.6.20210312
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.20201117.tar.gz
- sha256sums = 6e740c47abaf7aa90ef11054e0d708d23e5b2b394445c52538c95a5c598ad048
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20210312.tar.gz
+ sha256sums = 9e17adc704a4cc923f1e75af74897af65da36d863df0f069a2c912cd63d47070
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 7307a9a84e5f..4f07da849a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20201117
+pkgver=1.6.20210312
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=('6e740c47abaf7aa90ef11054e0d708d23e5b2b394445c52538c95a5c598ad048')
+sha256sums=('9e17adc704a4cc923f1e75af74897af65da36d863df0f069a2c912cd63d47070')
build() {
cd $pkgname-$pkgver