summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-03-06 01:12:06 +0300
committerorhun2021-03-06 01:12:06 +0300
commitabd5a9e49babfbba7afbb84fb4aeb8732f7d0a89 (patch)
tree36d78fd99fea88cabd60a680b773d0cca502583d
parent9308c97049dbb22dea18478e0b2722f2009fa04c (diff)
downloadaur-abd5a9e49babfbba7afbb84fb4aeb8732f7d0a89.tar.gz
upgpkg: stegano-git 0.4.6.r1.ga94988c-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 228141c723d8..72e2551b50a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = stegano-git
pkgdesc = CLI tool for steganography. Supports hiding data in PNG images via LSB Encoding. (git)
- pkgver = stegano.cli.v0.4.5.r17.g26cd46c
+ pkgver = 0.4.6.r1.ga94988c
pkgrel = 1
url = https://github.com/steganogram/stegano-rs
arch = x86_64
license = GPL3
makedepends = rust
makedepends = git
+ depends = bzip2
provides = stegano
conflicts = stegano
source = git+https://github.com/steganogram/stegano-rs
diff --git a/PKGBUILD b/PKGBUILD
index 8288bf4289d5..f8cf71255462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# https://github.com/orhun/pkgbuilds
pkgname=stegano-git
-pkgver=stegano.cli.v0.4.5.r17.g26cd46c
+pkgver=0.4.6.r1.ga94988c
pkgrel=1
pkgdesc="CLI tool for steganography. Supports hiding data in PNG images via LSB Encoding. (git)"
arch=('x86_64')
url="https://github.com/steganogram/stegano-rs"
license=('GPL3')
+depends=('bzip2')
makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")