summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbasigur2018-10-17 06:07:30 +0500
committerbasigur2018-10-17 06:07:30 +0500
commit9bf63daab34be32b6d075eb3b5e443e98fb15cdd (patch)
treea258df5eba51b731632a961233b863cdfc678e20
parent0d712e838a49134b5d9471f864725fe36e72eff8 (diff)
downloadaur-9bf63daab34be32b6d075eb3b5e443e98fb15cdd.tar.gz
rpm to deb
-rw-r--r--.SRCINFO13
-rwxr-xr-xPKGBUILD15
2 files changed, 16 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b25c2af3d16a..ab10bde0658d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Mon Aug 13 12:16:51 UTC 2018
+# Wed Oct 17 01:07:08 UTC 2018
pkgbase = joxi
pkgdesc = Free tool for screen capture
pkgver = 3.0.13
- pkgrel = 1
+ pkgrel = 2
url = http://joxi.net
arch = x86_64
- license = Custom
+ license = custom
depends = qt5-declarative
depends = qt5-x11extras
depends = qt5-base
@@ -23,8 +23,11 @@ pkgbase = joxi
depends = libmcrypt
depends = libcurl-compat
depends = libappindicator-gtk2
- source_x86_64 = http://dl.joxi.ru/linux/joxi-amd64.deb
- sha512sums_x86_64 = 05f54d2a544b30fdd887e8aa2689ffc2395d69b1649c9cf0d667beaaf13d39ade72d31d45103fe13a120d5da2e3144ce5c6e4db81688a20e253ef160b7ea4f4b
+ conflicts = joxi-lib
+ replaces = joxi
+ replaces = joxi-lib
+ source_x86_64 = http://dl.joxi.ru/linux/joxi-net_x86_64-fr.rpm
+ sha512sums_x86_64 = 89a545cea55b1b9afcd1dddd6fa82bf08188939e1fec97e7192b2fe1d4aa875112edd22848d9d22192f05bfe7e2db47af7c73c3e5ffb7cee81c2e625b88fd849
pkgname = joxi
diff --git a/PKGBUILD b/PKGBUILD
index e576bde2428a..4536ba466a27 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: liberodark
+# Maintainer: basigur
pkgname=joxi
pkgver=3.0.13
-pkgrel=1
+pkgrel=2
pkgdesc="Free tool for screen capture"
arch=('x86_64')
url="http://joxi.net"
-license=('Custom')
+license=('custom')
depends=('qt5-declarative' 'qt5-x11extras' 'qt5-base' 'qt5-script' 'qt5-xmlpatterns' 'qt5-multimedia' 'qt5-quick1' 'libgl' 'libx11' 'libstdc++5' 'libxdamage' 'glib2' 'gtk2' 'libmcrypt' 'libcurl-compat' 'libappindicator-gtk2')
-source_x86_64=("http://dl.joxi.ru/linux/joxi-amd64.deb")
-sha512sums_x86_64=('05f54d2a544b30fdd887e8aa2689ffc2395d69b1649c9cf0d667beaaf13d39ade72d31d45103fe13a120d5da2e3144ce5c6e4db81688a20e253ef160b7ea4f4b')
-
+replaces=('joxi' 'joxi-lib')
+conflicts=('joxi-lib')
+source_x86_64=("http://dl.${pkgname}.ru/linux/${pkgname}-net_x86_64-fr.rpm")
+sha512sums_x86_64=('89a545cea55b1b9afcd1dddd6fa82bf08188939e1fec97e7192b2fe1d4aa875112edd22848d9d22192f05bfe7e2db47af7c73c3e5ffb7cee81c2e625b88fd849')
+
package() {
cd $srcdir
- tar xvf data.tar.xz
cp -r etc $pkgdir
cp -r opt $pkgdir
cp -r usr $pkgdir