summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-01 09:42:14 +0100
committerhaawda2020-03-01 09:42:14 +0100
commitf7bd00a81199cc0cc0626a22b74973ab27092b3f (patch)
tree6c683d47cb6f49c431ede0ba188284817e91b047
parent14ebe10ee49220350a5a33ec7c0eae524fceedcf (diff)
downloadaur-f7bd00a81199cc0cc0626a22b74973ab27092b3f.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 68963105f117..181047cb1764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200219
+ pkgver = 1.6.20200228
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.20200219.tar.gz
- sha256sums = c1e3076e5ad76eb784287617612c89bc28305c5bfc870abebd3c38c8e7dba804
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200228.tar.gz
+ sha256sums = 75d70762b75622d4bc9788b681b9303cca409582b7f166f6ded485856194f1a3
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 4c243f3e0628..ec8c6eaa4d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200219
+pkgver=1.6.20200228
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=('c1e3076e5ad76eb784287617612c89bc28305c5bfc870abebd3c38c8e7dba804')
+sha256sums=('75d70762b75622d4bc9788b681b9303cca409582b7f166f6ded485856194f1a3')
build() {
cd $pkgname-$pkgver