summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-07-09 22:57:32 +0200
committerhaawda2018-07-09 22:57:32 +0200
commit0484f0d7da9a7db37a4d4afa44e7040489658df9 (patch)
treeeb3fce9258126b06744359714bd7dbeb3712e4e3
parent99de662f8559e3c9b88eeb1f436b75330d710a7d (diff)
downloadaur-0484f0d7da9a7db37a4d4afa44e7040489658df9.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 a787bbe3a8f6..35245ebdd124 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libphidget22
pkgdesc = user-space access library for the Phidget devices
- pkgver = 1.0.0.20180508
+ pkgver = 1.0.0.20180704
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.20180508.tar.gz
- sha256sums = daea6d80b41270b95c7521cd1e978ee70a0d8d5bc37fea315cebdfd4d50c71db
+ source = https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-1.0.0.20180704.tar.gz
+ sha256sums = 87254d0f1c30f59c2dcb0e1321bb95707f948df9f5196de09500c7b98c7f8586
pkgname = libphidget22
diff --git a/PKGBUILD b/PKGBUILD
index dea66b924396..f52e05e78c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=libphidget22
-pkgver=1.0.0.20180508
+pkgver=1.0.0.20180704
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=('daea6d80b41270b95c7521cd1e978ee70a0d8d5bc37fea315cebdfd4d50c71db')
+sha256sums=('87254d0f1c30f59c2dcb0e1321bb95707f948df9f5196de09500c7b98c7f8586')
build() {
cd $pkgname-$pkgver