summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Pietschmann2020-08-03 20:05:43 +0200
committerManuel Pietschmann2020-08-03 20:05:43 +0200
commit545abb50ea23f00593d7afaac83e0a2b5216470b (patch)
tree7d9bc1b79d5736aae2e25ddc84da83a3ff1f3ffb
parentd40171a96bc9a5a21c0322a1a0cde132d4c8405b (diff)
downloadaur-545abb50ea23f00593d7afaac83e0a2b5216470b.tar.gz
Bump version to 0.5.18
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beec100dc601..a5bbd279ba23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cryo
pkgdesc = A visual file manager with p2p file transfers
- pkgver = 0.5.16
+ pkgver = 0.5.18
pkgrel = 1
url = https://cryonet.io
arch = x86_64
@@ -14,10 +14,11 @@ pkgbase = cryo
depends = libraw
depends = sqlite
optdepends = tor
- source_x86_64 = cryo-0.5.16-x86_64.deb::https://cryonet.io/downloads/linux/cryo_0.5.16_amd64.deb
- source_x86_64 = cryo-0.5.16-x86_64.deb.sig::https://cryonet.io/downloads/linux/cryo_0.5.16_amd64.deb.sig
- sha256sums_x86_64 = 05154d8d8f4543c7bc6bbda66af70e400b47c8d96b8b18872f33507060a9dafc
- sha256sums_x86_64 = 0d995880361563596633b1ab655a729c4e3cdfa8f0a85470eb3d308714f73daa
+ optdepends = p7zip
+ source_x86_64 = cryo-0.5.18-x86_64.deb::https://cryonet.io/downloads/linux/cryo_0.5.18_amd64.deb
+ source_x86_64 = cryo-0.5.18-x86_64.deb.sig::https://cryonet.io/downloads/linux/cryo_0.5.18_amd64.deb.sig
+ sha256sums_x86_64 = 4486e0fd3826680d58721f62762aae032c966a97fb8e0421fd5bf92ab806f55b
+ sha256sums_x86_64 = 0ff1441a7e02bfebbaec994cf971607e11769806653b3c3ea3d45f90b6064964
pkgname = cryo
diff --git a/PKGBUILD b/PKGBUILD
index 29e24023f11b..7fd201bb30aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cryo
arch=('x86_64')
-pkgver=0.5.16
+pkgver=0.5.18
pkgrel=1
pkgdesc="A visual file manager with p2p file transfers"
url="https://cryonet.io"
@@ -16,7 +16,7 @@ depends=('hicolor-icon-theme'
'libraw'
'sqlite')
makedepends=('xz')
-optdepends=('tor')
+optdepends=('tor' 'p7zip')
provides=()
conflicts=()
replaces=()
@@ -29,7 +29,7 @@ source_x86_64=("$pkgname-$pkgver-$CARCH.deb::https://cryonet.io/downloads/linux/
"$pkgname-$pkgver-$CARCH.deb.sig::https://cryonet.io/downloads/linux/${pkgname}_${pkgver}_amd64.deb.sig")
noextract=()
#validpgpkeys=('73A522A1186C411D275BA2E6483C615810DFCC8B')
-sha256sums_x86_64=('05154d8d8f4543c7bc6bbda66af70e400b47c8d96b8b18872f33507060a9dafc' '0d995880361563596633b1ab655a729c4e3cdfa8f0a85470eb3d308714f73daa')
+sha256sums_x86_64=('4486e0fd3826680d58721f62762aae032c966a97fb8e0421fd5bf92ab806f55b' '0ff1441a7e02bfebbaec994cf971607e11769806653b3c3ea3d45f90b6064964')
package() {
cd "${srcdir}"