summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6ee4103f141..185e0858eec9 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 = 1
+ pkgrel = 2
url = https://github.com/H-M-H/Weylus
arch = x86_64
license = AGPL3
@@ -10,7 +10,7 @@ pkgbase = weylus-bin
depends = libxcursor
depends = libxinerama
depends = libxft
- source = https://github.com/H-M-H/Weylus/releases/download/v0.6.2/linux.zip
+ source = weylus-bin-0.6.2.zip::https://github.com/H-M-H/Weylus/releases/download/v0.6.2/linux.zip
sha256sums = c43197b01d7a19b72c27245d466b28e676a1091e2515499d4bcd8d4624640009
pkgname = weylus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6087f0771eac..c01efe603548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=weylus-bin
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
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=("https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip")
+source=("$pkgname-$pkgver.zip::https://github.com/H-M-H/Weylus/releases/download/v$pkgver/linux.zip")
sha256sums=('c43197b01d7a19b72c27245d466b28e676a1091e2515499d4bcd8d4624640009')
package() {
- install -vDm755 weylus "$pkgdir/usr/bin/weylus"
+ install -vDm755 weylus "$pkgdir/usr/bin/weylus"
}
depends=(libxtst glu libxcursor libxinerama libxft)