summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-04-18 07:44:52 +0200
committerhaawda2020-04-18 07:44:52 +0200
commit9fcf06201d621b3a56a822edee1ceae772b0aa95 (patch)
tree3385ab32176eb3fd0811b539eeb661ab21af3f07
parent0a0b131b65a2f590ac3b5178fed83f90d5e064f5 (diff)
downloadaur-9fcf06201d621b3a56a822edee1ceae772b0aa95.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 aca7a9fcb396..7e355f1a1ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200306
+ pkgver = 1.6.20200417
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.20200306.tar.gz
- sha256sums = 1c80040704df415277d0d4d14c3837aea998f8f8aa05f814f98b2657050c01a3
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200417.tar.gz
+ sha256sums = add8dee691e4bdcb19147cea34630ce0f387d24fe7548900ca98d2b70e60ae9f
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index a75f573f9ae4..a457f4305539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200306
+pkgver=1.6.20200417
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=('1c80040704df415277d0d4d14c3837aea998f8f8aa05f814f98b2657050c01a3')
+sha256sums=('add8dee691e4bdcb19147cea34630ce0f387d24fe7548900ca98d2b70e60ae9f')
build() {
cd $pkgname-$pkgver