summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-02-20 18:17:17 +0100
committerhaawda2020-02-20 18:17:17 +0100
commit14ebe10ee49220350a5a33ec7c0eae524fceedcf (patch)
treeef605e03418ef4d6f9d6761061079512af6dd26b
parente9f822b7da333c4500445909fedc931974a8bc29 (diff)
downloadaur-14ebe10ee49220350a5a33ec7c0eae524fceedcf.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 1209b81f57de..68963105f117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200214
+ pkgver = 1.6.20200219
pkgrel = 1
arch = x86_64
license = GPL
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200214.tar.gz
- sha256sums = 52e3460ecb724f0ce90849e30147b0ed1aff9f4f4892e85cde4e951493d236a9
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200219.tar.gz
+ sha256sums = c1e3076e5ad76eb784287617612c89bc28305c5bfc870abebd3c38c8e7dba804
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 65292993129d..4c243f3e0628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200214
+pkgver=1.6.20200219
pkgrel=1
pkgdesc="user-space access library for the Phidget devices"
conflicts=('libphidget')
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('GPL')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}/libraries/linux/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('52e3460ecb724f0ce90849e30147b0ed1aff9f4f4892e85cde4e951493d236a9')
+sha256sums=('c1e3076e5ad76eb784287617612c89bc28305c5bfc870abebd3c38c8e7dba804')
build() {
cd $pkgname-$pkgver