summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierre2021-09-01 22:19:55 +0200
committerpierre2021-09-01 22:19:55 +0200
commitc4785a3b50d3cd909957a8c80a0b0b0651a6dbf6 (patch)
tree1d499bec5bd6d7d914259b36c4113bef66c8cee9
parent48766524b00f4ae0d13a150e675c69a08005eb38 (diff)
downloadaur-c4785a3b50d3cd909957a8c80a0b0b0651a6dbf6.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51665dd31078..c8840c6b0594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = milcheck
- pkgdesc = A small binary that displays the status of your pacman mirrorlist in your terminal and optionally the lastest news
- pkgver = 0.2.5
+ 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.6
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.5.tar.gz::https://github.com/doums/milcheck/archive/refs/tags/v0.2.5.tar.gz
- md5sums = 810b00a8b23eea2ef0a36989ff37aef2
+ source = milcheck-0.2.6.tar.gz::https://github.com/doums/milcheck/archive/refs/tags/v0.2.6.tar.gz
+ md5sums = 9b8d627e803067a0a7aeddbd5a77428c
pkgname = milcheck
diff --git a/PKGBUILD b/PKGBUILD
index ed176763097a..4de6d69ca02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Pierre Dommerc <dommerc.pierre@gmail.com>
pkgname=milcheck
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
-pkgdesc="A small binary that displays the status of your pacman mirrorlist in your terminal and optionally the lastest news"
+pkgdesc="A simple program that displays the status of your pacman mirrorlist and the Arch Linux lastest news right in your 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')
-md5sums=('810b00a8b23eea2ef0a36989ff37aef2')
+md5sums=('9b8d627e803067a0a7aeddbd5a77428c')
build() {
cd "$pkgname-$pkgver"