summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-08 05:43:27 +0100
committerhaawda2018-11-08 05:43:27 +0100
commit2bd89a3902b22afb714889bd140b511502049da3 (patch)
treec0e183bb962f2bae107710c80a6c8c974012bcc4
parentffa82126b198d39c9ae0645d7e674d794c9af2eb (diff)
downloadaur-2bd89a3902b22afb714889bd140b511502049da3.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dccd8d63856..63746518e8e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20181026
+ pkgver = 1.0.0.20181105
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.0.0.20181026.tar.gz
- sha256sums = 69a1a0a81f789c6f2dab199ee0661ad3fb23481c88bfe2fe492b0b9e8a800b9a
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20181105.tar.gz
+ sha256sums = eec57c0b562da3e92420cfe058f3d173b7e0d577f97e2258adfe9c1005df48cf
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 066c86732524..d54b6a6e4555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20181026
+pkgver=1.0.0.20181105
pkgrel=1
pkgdesc="user-space access library for the Phidget devices"
conflicts=('libphidget')
@@ -10,7 +10,8 @@ arch=('x86_64')
license=('GPL')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}/libraries/linux/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('69a1a0a81f789c6f2dab199ee0661ad3fb23481c88bfe2fe492b0b9e8a800b9a')
+sha256sums=('eec57c0b562da3e92420cfe058f3d173b7e0d577f97e2258adfe9c1005df48cf')
+
build() {
cd $pkgname-$pkgver