summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-03-03 11:14:29 -0300
committerDaniel Menelkir2021-03-03 11:14:29 -0300
commit6086ce41983b03d1c26d32325eab745684fb47ad (patch)
tree79aa0c218d3b679ccbff046d716755c3a4b82fce
parent8048467b79b7cd5b2d66d5367cd3863644111886 (diff)
downloadaur-6086ce41983b03d1c26d32325eab745684fb47ad.tar.gz
3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3873af82ca0..2a19cf9f2ed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = g15daemon
pkgdesc = A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD
- pkgver = 1.9.5.7
+ pkgver = 3.0
pkgrel = 1
url = https://gitlab.com/menelkir/g15daemon
arch = x86_64
license = GPL
- depends = libg15render>=1.3
- source = https://gitlab.com/menelkir/g15daemon/-/archive/1.9.5.7/g15daemon-1.9.5.7.tar.bz2
- sha512sums = 7e62ce928d856e7804130ca26b5b93fa4c83cafe8b73e4072f3fccb2cc0f14c339b90c85bf6c62cf52a24b67d7b58fd577de33fa9b9680b6da8303acc8e20dac
+ depends = libg15render>=3.0
+ source = https://gitlab.com/menelkir/g15daemon/-/archive/3.0/g15daemon-3.0.tar.bz2
+ sha512sums = 761deaa4be4f0ef7fb17f660862afc47de60a0341428642e1da059bf80f50bd213297618ec3b66acf100192ebbb944122e19795da93064a30b5d2ba9e8a2abc5
pkgname = g15daemon
diff --git a/PKGBUILD b/PKGBUILD
index 763a9b08b4ae..c46064046860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Valeriy Lyasotskiy <onestep@ukr.net>
pkgname=g15daemon
-pkgver=1.9.5.7
+pkgver=3.0
pkgrel=1
pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD"
arch=('x86_64')
url="https://gitlab.com/menelkir/g15daemon"
license=('GPL')
-depends=('libg15render>=1.3')
+depends=('libg15render>=3.0')
source=(https://gitlab.com/menelkir/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('7e62ce928d856e7804130ca26b5b93fa4c83cafe8b73e4072f3fccb2cc0f14c339b90c85bf6c62cf52a24b67d7b58fd577de33fa9b9680b6da8303acc8e20dac')
+sha512sums=('761deaa4be4f0ef7fb17f660862afc47de60a0341428642e1da059bf80f50bd213297618ec3b66acf100192ebbb944122e19795da93064a30b5d2ba9e8a2abc5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"