summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Robitaille2023-03-01 16:49:40 -0400
committerMarcel Robitaille2023-03-01 16:49:40 -0400
commit09a8fd643a2d0dbe04e0e754e5b7ec76f5cf2d2b (patch)
tree0121c4af86fea88364dfa719c38652ce89340381
parentf0da9f130dbe9d849cb25370010f1306d2772cd3 (diff)
downloadaur-09a8fd643a2d0dbe04e0e754e5b7ec76f5cf2d2b.tar.gz
Release version 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dc7af76124d..8e47a10b1b19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rust-motd-bin
pkgdesc = Beautiful, useful MOTD generation with zero runtime dependencies
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/rust-motd/rust-motd
arch = x86_64
license = MIT
provides = rust-motd
conflicts = rust-motd
- source = https://github.com/rust-motd/rust-motd/releases/download/v1.0.0/rust-motd-1.0.0-archlinux-x86_64.tar.gz
- sha256sums = 47f0ce7bdf1e57cb586003349383bea4497bfbb08a605495368aad8bee660c13
+ source = https://github.com/rust-motd/rust-motd/releases/download/v1.0.1/rust-motd-1.0.1-x86_64.tar.gz
+ sha256sums = b7a215daf7a6ef95494ab3b49371b3c39215bf1bc070724c8b1d4e92d7fcfdf1
pkgname = rust-motd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 47aa8710dbb7..99400caf7de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Marcel Robitaille <mail@marcelrobitaille.me>
+# Maintainer: Aaron Gross <aaron.gross.code@gmail.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=rust-motd-bin
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Beautiful, useful MOTD generation with zero runtime dependencies"
url="https://github.com/rust-motd/rust-motd"
@@ -11,8 +12,9 @@ license=("MIT")
arch=("x86_64")
provides=("rust-motd")
conflicts=("rust-motd")
+
source=("https://github.com/rust-motd/rust-motd/releases/download/v$pkgver/rust-motd-$pkgver-archlinux-x86_64.tar.gz")
-sha256sums=("47f0ce7bdf1e57cb586003349383bea4497bfbb08a605495368aad8bee660c13")
+sha256sums=("b7a215daf7a6ef95494ab3b49371b3c39215bf1bc070724c8b1d4e92d7fcfdf1")
package() {
install -Dm755 rust-motd -t "$pkgdir/usr/bin"