summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-07-10 17:18:33 +0200
committerhaawda2020-07-10 17:18:33 +0200
commitf2e4c75ef13ef345ce1447299680e201b6860be6 (patch)
tree46d894d8faef8f1bdbe1885f6efd9ff0e5fcfce3
parent9fcf06201d621b3a56a822edee1ceae772b0aa95 (diff)
downloadaur-f2e4c75ef13ef345ce1447299680e201b6860be6.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e355f1a1ffe..53a62b95ccae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.6.20200417
+ pkgver = 1.6.20200709
pkgrel = 1
+ url = https://www.phidgets.com
arch = x86_64
license = GPL
depends = libusb
provides = libphidget
conflicts = libphidget
- source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200417.tar.gz
- sha256sums = add8dee691e4bdcb19147cea34630ce0f387d24fe7548900ca98d2b70e60ae9f
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.6.20200709.tar.gz
+ sha256sums = b7227bdd2feba877836589896c312f5d2f60a376cce0c6366713d3c36c30c2d6
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index a457f4305539..1651dd167c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.6.20200417
+pkgver=1.6.20200709
pkgrel=1
+url=https://www.phidgets.com
pkgdesc="user-space access library for the Phidget devices"
conflicts=('libphidget')
provides=('libphidget')
@@ -10,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=('add8dee691e4bdcb19147cea34630ce0f387d24fe7548900ca98d2b70e60ae9f')
+sha256sums=('b7227bdd2feba877836589896c312f5d2f60a376cce0c6366713d3c36c30c2d6')
build() {
cd $pkgname-$pkgver