summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbasigur2021-03-18 11:34:19 +0500
committerbasigur2021-03-18 11:34:19 +0500
commit9adf12f5ce862219e161614c849cc2475e7f90f5 (patch)
tree24bd1262a67880800be9524bddbd24810d23dc1c
parent85fde7469dc86905d4dd3538cd8e13bb7706cfd8 (diff)
downloadaur-joxi.tar.gz
source
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd439b7e69ef..b5b769063801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joxi
pkgdesc = Free tool for screen capture
pkgver = 3.0.15
- pkgrel = 1
+ pkgrel = 2
url = http://joxi.net
arch = x86_64
license = custom
@@ -13,8 +13,8 @@ pkgbase = joxi
depends = qt5-location
depends = rtmpdump
options = !strip
- source_x86_64 = joxi.run::http://joxi.ru/download/linux
- sha512sums_x86_64 = 2f6a18b84ca862f6612ecd612cf81ba934b11680ae0fcfd8184cfb8f0d61a11420ec69073e8b39ab06d2971e489e1f4c0c2b6e0720cc2a181021ed99a6770a06
+ source = joxi-3.0.15.run::http://dl.joxi.ru/linux/joxi.run
+ sha512sums = 2f6a18b84ca862f6612ecd612cf81ba934b11680ae0fcfd8184cfb8f0d61a11420ec69073e8b39ab06d2971e489e1f4c0c2b6e0720cc2a181021ed99a6770a06
pkgname = joxi
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