summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-11-17 22:00:54 +0100
committerhaawda2020-11-17 22:00:54 +0100
commit5e64f504c199592f974363d307346a479d6d663d (patch)
tree906b36e7af7cb9bc4130fd2b11c608b5f2ef5f80
parentacdb024aef80a26995264d49e9bbac8ef8565148 (diff)
downloadaur-5e64f504c199592f974363d307346a479d6d663d.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 0481601fe60d..b6172cfe05db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20201023
+ pkgver = 1.6.20201117
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.20201023.tar.gz
- sha256sums = 1539792e6e079ca1469e1004cd15ccaa9997de1149d9e8f272f2c0c187f9037a
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20201117.tar.gz
+ sha256sums = 6e740c47abaf7aa90ef11054e0d708d23e5b2b394445c52538c95a5c598ad048
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 72256c13821e..7307a9a84e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20201023
+pkgver=1.6.20201117
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=('1539792e6e079ca1469e1004cd15ccaa9997de1149d9e8f272f2c0c187f9037a')
+sha256sums=('6e740c47abaf7aa90ef11054e0d708d23e5b2b394445c52538c95a5c598ad048')
build() {
cd $pkgname-$pkgver