summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Robitaille2022-10-06 15:26:53 +0200
committerMarcel Robitaille2022-10-06 15:26:53 +0200
commitf0da9f130dbe9d849cb25370010f1306d2772cd3 (patch)
tree224388fb6b3be4ad29af59d2add769f0fce76ae6
parent8eb5545e40260ca865019c5ee32d195d800357ee (diff)
downloadaur-f0da9f130dbe9d849cb25370010f1306d2772cd3.tar.gz
Bump version to v1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b28069b38b8..9dc7af76124d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rust-motd-bin
pkgdesc = Beautiful, useful MOTD generation with zero runtime dependencies
- pkgver = 0.2.1
+ pkgver = 1.0.0
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/v0.2.1/rust-motd-0.2.1-archlinux-x86_64.tar.gz
- sha256sums = afc440e079a5b78ed2bcbf3923a0eb1342a5d1cb4775ef7b288ca607580f397c
+ 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
pkgname = rust-motd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f616a506b36..47aa8710dbb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=rust-motd-bin
-pkgver=0.2.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="Beautiful, useful MOTD generation with zero runtime dependencies"
url="https://github.com/rust-motd/rust-motd"
@@ -12,7 +12,7 @@ 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=("afc440e079a5b78ed2bcbf3923a0eb1342a5d1cb4775ef7b288ca607580f397c")
+sha256sums=("47f0ce7bdf1e57cb586003349383bea4497bfbb08a605495368aad8bee660c13")
package() {
install -Dm755 rust-motd -t "$pkgdir/usr/bin"