summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierre2022-11-05 15:43:35 +0100
committerpierre2022-11-05 15:43:35 +0100
commitc8cb506facaebab86907bec74e1ed890257dfbe4 (patch)
tree6c01dd436d14bdab27d4e7b9ce16467c80bce262
parent81eed158a1da96a8fe9b6ae545eb3855204e9ab7 (diff)
downloadaur-c8cb506facaebab86907bec74e1ed890257dfbe4.tar.gz
update to v0.2.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34fd7d2d8e9a..4d35e129ba18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = milcheck
- pkgdesc = A simple program that displays the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal
- pkgver = 0.2.7
+ pkgdesc = A simple CLI that displays the status of your pacman mirrorlist and the Arch Linux latest news right in the terminal
+ pkgver = 0.2.9
pkgrel = 1
url = https://github.com/doums/milcheck
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = milcheck
makedepends = cmake
depends = openssl
depends = gcc-libs
- source = milcheck-0.2.7.tar.gz::https://github.com/doums/milcheck/archive/refs/tags/v0.2.7.tar.gz
- sha256sums = 99afc354fc7f1a10abae746e45d040793d5ff73a7dfbe5ec9d1ec7d99e6f4649
+ source = milcheck-0.2.9.tar.gz::https://github.com/doums/milcheck/archive/refs/tags/v0.2.9.tar.gz
+ sha256sums = 257d456bf6a166871207a8c9cb1382f5da0234c2372f5bfa9ec2694011f815c5
pkgname = milcheck
diff --git a/PKGBUILD b/PKGBUILD
index 42480807f5cc..a01b6191615d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Pierre Dommerc <dommerc.pierre@gmail.com>
pkgname=milcheck
-pkgver=0.2.7
+pkgver=0.2.9
pkgrel=1
-pkgdesc="A simple program that displays the status of your pacman mirrorlist and the Arch Linux lastest news right in your terminal"
+pkgdesc="A simple CLI that displays the status of your pacman mirrorlist and the Arch Linux latest news right in the terminal"
arch=('x86_64')
url="https://github.com/doums/milcheck"
license=('MPL2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/doums/milcheck/archive/refs/tags/v$pkgver.tar.gz")
depends=('openssl' 'gcc-libs')
makedepends=('rust' 'cmake')
-sha256sums=('99afc354fc7f1a10abae746e45d040793d5ff73a7dfbe5ec9d1ec7d99e6f4649')
+sha256sums=('257d456bf6a166871207a8c9cb1382f5da0234c2372f5bfa9ec2694011f815c5')
build() {
cd "$pkgname-$pkgver"