summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-01-25 10:58:49 -0300
committerDaniel Menelkir2021-01-25 10:58:49 -0300
commit6953723e839e167a3f2d56089d7f186d4d7669bb (patch)
tree3d01d7edd324e0548f3837d48724eb2bd2661f29
parentce56384058ce05b6715c44ab81915c1b832c6936 (diff)
downloadaur-6953723e839e167a3f2d56089d7f186d4d7669bb.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f54e7a46bc89..4dd6d84509db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libg15
pkgdesc = Provides low-level access to the Logitech G15 and G11 keyboards and Z10 speakers
pkgver = 1.2.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/menelkir/libg15
arch = x86_64
license = GPL
depends = libusb-compat
source = https://gitlab.com/menelkir/libg15/-/archive/v1.2.8/libg15-v1.2.8.tar.bz2
- sha512sums = 7c648992605b827080ca8c7d9468a7f8d028ebed01d49cc88aebfa0c754dfc5f2e03fac8d1857183962d06a402be3d9d45de6925d7492bd1682151d2934e47ba
+ sha512sums = ee2bb2209230c7e24c65864099c61c167109b953281045846133fa08b2d17e90bc2d78f5d4084291cab60363019e575a81137d3e65f9680d9b92946f93fc0fe3
pkgname = libg15
diff --git a/PKGBUILD b/PKGBUILD
index 01f52e8c617c..8ab86d9f4879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=libg15
pkgver=1.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="Provides low-level access to the Logitech G15 and G11 keyboards and Z10 speakers"
arch=('x86_64')
url="https://gitlab.com/menelkir/libg15"
license=('GPL')
depends=('libusb-compat')
source=(https://gitlab.com/menelkir/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2)
-sha512sums=('7c648992605b827080ca8c7d9468a7f8d028ebed01d49cc88aebfa0c754dfc5f2e03fac8d1857183962d06a402be3d9d45de6925d7492bd1682151d2934e47ba')
+sha512sums=('ee2bb2209230c7e24c65864099c61c167109b953281045846133fa08b2d17e90bc2d78f5d4084291cab60363019e575a81137d3e65f9680d9b92946f93fc0fe3')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"