diff options
author | zugno | 2022-05-16 08:51:15 +0200 |
---|---|---|
committer | zugno | 2022-05-16 08:51:15 +0200 |
commit | f3eec4febd048f065a094057efd8d59a36de3e32 (patch) | |
tree | f5efb849851ac0fb68a14cdbc8efa7c1241d4acb | |
parent | a29e7709a1e8ec13e6d7caff3df31066d9950d66 (diff) | |
download | aur-f3eec4febd048f065a094057efd8d59a36de3e32.tar.gz |
Update to version 0.12.3a0
-rwxr-xr-x | .SRCINFO | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | .gitignore | 0 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = stig pkgdesc = TUI and CLI client for the Transmission daemon - pkgver = 0.12.2a0 + pkgver = 0.12.3a0 pkgrel = 1 url = https://github.com/rndusr/stig arch = any @@ -15,7 +15,7 @@ pkgbase = stig depends = python-natsort optdepends = python-pprofile: profiling optdepends = python-setproctitle: prettifies the process name - source = stig-0.12.2a0.tar.gz::https://github.com/rndusr/stig/archive/v0.12.2a0.tar.gz - sha256sums = f3a7b39d39bc8dae8661db9f24bbf6e9dacccf5e04f35c6bed1290e5c5120ddc + source = stig-0.12.3a0.tar.gz::https://github.com/rndusr/stig/archive/v0.12.3a0.tar.gz + sha256sums = 49cf2b8d73fa7f61a500672d02cd18a7155d842907b09450a5f92a9b360c6575 pkgname = stig diff --git a/.gitignore b/.gitignore index 44d319eb49a6..44d319eb49a6 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # Contributor: Kazuo Teramoto < kaz.rag [at] gmail [dot] com > pkgname=stig -pkgver=0.12.2a0 +pkgver=0.12.3a0 pkgrel=1 pkgdesc='TUI and CLI client for the Transmission daemon' url='https://github.com/rndusr/stig' @@ -16,7 +16,7 @@ arch=('any') source=("stig-${pkgver}.tar.gz::https://github.com/rndusr/stig/archive/v${pkgver}.tar.gz") -sha256sums=('f3a7b39d39bc8dae8661db9f24bbf6e9dacccf5e04f35c6bed1290e5c5120ddc') +sha256sums=('49cf2b8d73fa7f61a500672d02cd18a7155d842907b09450a5f92a9b360c6575') build() { cd "stig-${pkgver}" |