summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-08-22 21:38:10 +0200
committerhaawda2022-08-22 21:38:10 +0200
commitc9fb476189d9904c6909a41ed926f26a5d2f2a9c (patch)
tree8d07b13e396bdd9cd38f445b56169de7e5a1f14f
parent96d17068c569636806e12039d37512aaeb6eb545 (diff)
downloadaur-c9fb476189d9904c6909a41ed926f26a5d2f2a9c.tar.gz
corrected license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb9c0f4cafe..7ad1bebaaca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libphidget
pkgdesc = user-space access library for the Phidget devices
pkgver = 1.10.20220530
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://www.phidgets.com
arch = x86_64
- license = GPL
+ license = LGPL3
depends = libusb
provides = libphidget
conflicts = libphidget
diff --git a/PKGBUILD b/PKGBUILD
index 542658db92a2..960809536024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libphidget
pkgver=1.10.20220530
-pkgrel=1
+pkgrel=2
epoch=2
url=https://www.phidgets.com
pkgdesc="user-space access library for the Phidget devices"
conflicts=('libphidget')
provides=('libphidget')
arch=('x86_64')
-license=('GPL')
+license=('LGPL3')
depends=('libusb')
source=("https://www.phidgets.com/downloads/${pkgname#lib}22/libraries/linux/${pkgname}22/${pkgname}22-$pkgver.tar.gz")
sha256sums=('5a28a9b90157928020f1080529398f947304e8f32ba310cfc9962020a99ae421')