summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-18 20:23:04 +0200
committerhaawda2018-10-18 20:23:04 +0200
commitc71b9aea1d480058252a91c9fbbbf286a90807dd (patch)
tree497fd680c6daff6634531efac1bada11b108e17a
parenta73477f6d8163100824a151f2379bd2ff5ed3c4f (diff)
downloadaur-c71b9aea1d480058252a91c9fbbbf286a90807dd.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 4f969a214426..17513888df9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180905
+ pkgver = 1.0.0.20181017
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.20180905.tar.gz
- sha256sums = ae269969e892c09fe99ca26ba2b8c5c21fbe7114e1cec158226e80ce93dd1b7f
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20181017.tar.gz
+ sha256sums = 40993960a1145bcebb4b3fbc31181ed4de3167c6efccfd95cc7d76c54121b5c1
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index 67e6cf37f858..7b1b618c5fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180905
+pkgver=1.0.0.20181017
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=('ae269969e892c09fe99ca26ba2b8c5c21fbe7114e1cec158226e80ce93dd1b7f')
+sha256sums=('40993960a1145bcebb4b3fbc31181ed4de3167c6efccfd95cc7d76c54121b5c1')
build() {
cd $pkgname-$pkgver