summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-07 11:43:30 +0100
committerhaawda2020-03-07 11:43:30 +0100
commit0a0b131b65a2f590ac3b5178fed83f90d5e064f5 (patch)
tree6b83d03bc54de2174af7f5973bf99abc891352d5
parentf7bd00a81199cc0cc0626a22b74973ab27092b3f (diff)
downloadaur-0a0b131b65a2f590ac3b5178fed83f90d5e064f5.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 181047cb1764..aca7a9fcb396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200228
+ pkgver = 1.6.20200306
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.20200228.tar.gz
- sha256sums = 75d70762b75622d4bc9788b681b9303cca409582b7f166f6ded485856194f1a3
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200306.tar.gz
+ sha256sums = 1c80040704df415277d0d4d14c3837aea998f8f8aa05f814f98b2657050c01a3
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index ec8c6eaa4d37..a75f573f9ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200228
+pkgver=1.6.20200306
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=('75d70762b75622d4bc9788b681b9303cca409582b7f166f6ded485856194f1a3')
+sha256sums=('1c80040704df415277d0d4d14c3837aea998f8f8aa05f814f98b2657050c01a3')
build() {
cd $pkgname-$pkgver