summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 185e0858eec9..ff808d8e925c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weylus-bin
pkgdesc = Weylus - Use your tablet as graphic tablet/touch screen on your computer.
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/H-M-H/Weylus
arch = x86_64
license = AGPL3
@@ -10,8 +10,9 @@ pkgbase = weylus-bin
depends = libxcursor
depends = libxinerama
depends = libxft
- source = weylus-bin-0.6.2.zip::https://github.com/H-M-H/Weylus/releases/download/v0.6.2/linux.zip
- sha256sums = c43197b01d7a19b72c27245d466b28e676a1091e2515499d4bcd8d4624640009
+ depends = libxrandr
+ source = weylus-bin-0.7.0.zip::https://github.com/H-M-H/Weylus/releases/download/v0.7.0/linux.zip
+ sha256sums = db1f662b689d6a184b215816cc6c0a04c7c8e35941692ffbda3f1837e8bdb9c8
pkgname = weylus-bin
diff --git a/PKGBUILD b/PKGBUILD
index c01efe603548..7ed189eb57d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: HMH <henry@freedesk.net>
pkgname=weylus-bin
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Weylus - Use your tablet as graphic tablet/touch screen on your computer."
arch=('x86_64')
url="https://github.com/H-M-H/Weylus"
license=('AGPL3')
source=("$pkgname-$pkgver.zip::https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip")
-sha256sums=('c43197b01d7a19b72c27245d466b28e676a1091e2515499d4bcd8d4624640009')
+sha256sums=('db1f662b689d6a184b215816cc6c0a04c7c8e35941692ffbda3f1837e8bdb9c8')
package() {
install -vDm755 weylus "$pkgdir/usr/bin/weylus"
}
-depends=(libxtst glu libxcursor libxinerama libxft)
+depends=(libxtst glu libxcursor libxinerama libxft libxrandr)