summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2023-09-04 10:21:19 +0200
committerFrancesco Minnocci2023-09-04 10:21:19 +0200
commite3a894ecd4b676e114153ef0c52fa74fda1c43b4 (patch)
tree3a5598ff09634d86efca07760cc65dd8b82ee6c0
parentc8ff329acd52319e620fd1ac7227131ee2056a59 (diff)
downloadaur-e3a894ecd4b676e114153ef0c52fa74fda1c43b4.tar.gz
Update to v0.13.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46fc1d80624..27e12fc5af46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hackernews_tui
pkgdesc = A Terminal UI to browse hacker news.
- pkgver = 0.13.2
- pkgrel = 3
+ pkgver = 0.13.3
+ pkgrel = 1
url = https://github.com/aome510/hackernews-TUI
arch = x86_64
license = MIT
makedepends = cargo
optdepends = mercury-parser: to view articles directly in the terminal
options = !lto
- source = hackernews_tui-0.13.2.tar.gz::https://github.com/aome510/hackernews-TUI/archive/v0.13.2.tar.gz
- sha512sums = 401139136c8dbc2c42284ac27037e70470ab089e523c93eb31f233274b0aadce59857084964a2e4e636cd30f4c2fa67bc380236f27bc36078c3424aea0cf48a2
+ source = hackernews_tui-0.13.3.tar.gz::https://github.com/aome510/hackernews-TUI/archive/v0.13.3.tar.gz
+ sha512sums = b63489f429761afffb6e58be265b1019449b6d2a2be0ecd24bcb037674844795d6dbe7f12fe8771c08cd1f39df6075867ec2fa65a9e87557dc43122e7c7eab32
pkgname = hackernews_tui
diff --git a/PKGBUILD b/PKGBUILD
index c84d334bb6ec..20e38bcbe847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=hackernews_tui
_gitname=hackernews-TUI
-pkgver=0.13.2
-pkgrel=3
+pkgver=0.13.3
+pkgrel=1
pkgdesc="A Terminal UI to browse hacker news."
arch=("x86_64")
url="https://github.com/aome510/hackernews-TUI"
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('cargo')
optdepends=('mercury-parser: to view articles directly in the terminal')
source=("$pkgname-$pkgver.tar.gz::https://github.com/aome510/hackernews-TUI/archive/v$pkgver.tar.gz")
-sha512sums=('401139136c8dbc2c42284ac27037e70470ab089e523c93eb31f233274b0aadce59857084964a2e4e636cd30f4c2fa67bc380236f27bc36078c3424aea0cf48a2')
+sha512sums=('b63489f429761afffb6e58be265b1019449b6d2a2be0ecd24bcb037674844795d6dbe7f12fe8771c08cd1f39df6075867ec2fa65a9e87557dc43122e7c7eab32')
# disable LTO until ring can be built with it: https://github.com/briansmith/ring/issues/1444
options=(!lto)