summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbasigur2021-03-18 11:34:19 +0500
committerbasigur2021-03-18 11:34:19 +0500
commit9adf12f5ce862219e161614c849cc2475e7f90f5 (patch)
tree24bd1262a67880800be9524bddbd24810d23dc1c /PKGBUILD
parent85fde7469dc86905d4dd3538cd8e13bb7706cfd8 (diff)
downloadaur-9adf12f5ce862219e161614c849cc2475e7f90f5.tar.gz
source
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2dfb5e1dafd..5399e3e9a86c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,19 @@
pkgname=joxi
pkgver=3.0.15
-pkgrel=1
+pkgrel=2
pkgdesc="Free tool for screen capture"
arch=('x86_64')
url="http://joxi.net"
license=('custom')
depends=('qt5-svg' 'qt5-multimedia' 'qt5-x11extras' 'qt5-wayland' 'openssl-1.0' 'qt5-location' 'rtmpdump')
-
-source_x86_64=("${pkgname}.run::http://joxi.ru/download/linux")
+source=("${pkgname}-${pkgver}.run::http://dl.joxi.ru/linux/${pkgname}.run")
options=(!strip)
-sha512sums_x86_64=('2f6a18b84ca862f6612ecd612cf81ba934b11680ae0fcfd8184cfb8f0d61a11420ec69073e8b39ab06d2971e489e1f4c0c2b6e0720cc2a181021ed99a6770a06')
+sha512sums=('2f6a18b84ca862f6612ecd612cf81ba934b11680ae0fcfd8184cfb8f0d61a11420ec69073e8b39ab06d2971e489e1f4c0c2b6e0720cc2a181021ed99a6770a06')
prepare() {
- sh joxi.run --noexec --target build
+ sh "${pkgname}-${pkgver}".run --noexec --target build
cd build