diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = stig pkgdesc = TUI and CLI client for the Transmission daemon - pkgver = 0.2.0a + pkgver = 0.3.0a pkgrel = 1 url = https://github.com/rndusr/stig arch = any @@ -12,8 +12,8 @@ pkgbase = stig depends = python-aiohttp depends = python-appdirs depends = python-blinker - source = stig-0.2.0a.tar.gz::https://github.com/rndusr/stig/archive/v0.2.0a.tar.gz - sha256sums = 26eac3d8992a09e56063509e7062b233cfb523946d9df747cc666a7ebc67feb6 + source = stig-0.3.0a.tar.gz::https://github.com/rndusr/stig/archive/v0.3.0a.tar.gz + sha256sums = d7b976bea7673d4f5da05e395ecd16892885cc4a5deba903e8da24ad26b6884b pkgname = stig @@ -2,7 +2,7 @@ pkgbase=('stig') pkgname=('stig') -pkgver=0.2.0a +pkgver=0.3.0a pkgrel=1 pkgdesc='TUI and CLI client for the Transmission daemon' url='https://github.com/rndusr/stig' @@ -12,7 +12,7 @@ makedepends=('python-setuptools') license=('GPL') arch=('any') source=("stig-${pkgver}.tar.gz::https://github.com/rndusr/stig/archive/v${pkgver}.tar.gz") -sha256sums=('26eac3d8992a09e56063509e7062b233cfb523946d9df747cc666a7ebc67feb6') +sha256sums=('d7b976bea7673d4f5da05e395ecd16892885cc4a5deba903e8da24ad26b6884b') build() { cd "stig-${pkgver}" |