summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Fields2022-02-17 20:27:24 -0600
committerAndrew Fields2022-02-17 20:27:24 -0600
commit25fe694828e309cc5b4e68a83770bf35d70ad1ad (patch)
tree7cdcfd0fc459cc2009a1e9c1450150841d28f824 /PKGBUILD
parentc2676a36eb826b49d62f898b353b554575604d33 (diff)
downloadaur-25fe694828e309cc5b4e68a83770bf35d70ad1ad.tar.gz
Release version 0.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00ad74c587ba..bc06439a5fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=notify-complete
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Run a command and display a system notification upon completion"
arch=("x86_64")
@@ -10,7 +10,7 @@ depends=(dbus)
makedepends=(rust cargo)
source=("https://github.com/andybug/notify-complete/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=("edf83e4bdb7049abaa1090055b7db4a01bda65dca6ba1f7027a8407c029c4b0565fc2c427c9468b1dcc85ba6fcdbd13ac1d6c9d06048b8e7c15aa583c0ee5a4b")
+b2sums=("2c227b6fde84b3779cae32c8ba32e3bed2eb3ce6cfea6cdfc84e804801e45b1ba25bc8a51429d7721f57d3045847f62643e86f4921e654658a36d06cafbf14bb")
prepare() {
cd "$srcdir/$pkgname-$pkgver"