summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--.nvchecker.toml4
-rw-r--r--PKGBUILD6
4 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9be6233ed55..4c105caf7a42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = avizo
pkgdesc = A neat notification daemon
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/misterdanb/avizo
arch = x86_64
license = GPL-3.0-only
@@ -19,7 +19,7 @@ pkgbase = avizo
optdepends = brightnessctl: for helper script lightctl
optdepends = light: for helper script lightctl
optdepends = pamixer: for helper script volumectl
- source = avizo-1.2.1.tar.gz::https://github.com/misterdanb/avizo/archive/refs/tags/1.2.1.tar.gz
- sha256sums = efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b
+ source = avizo-1.3.tar.gz::https://github.com/misterdanb/avizo/archive/refs/tags/1.3.tar.gz
+ sha256sums = 2b1f5817a916e518b0c10c4c94a3678a5054b879eb32c10b5d1425faa6387127
pkgname = avizo
diff --git a/.gitignore b/.gitignore
index f71c635dafda..0df2b70016b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*
!.gitignore
-!PKGBUILD
+!.nvchecker.toml
!.SRCINFO
+!PKGBUILD
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..719c86e2b5e3
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[avizo]
+source = "github"
+github = "misterdanb/avizo"
+use_latest_release = true
diff --git a/PKGBUILD b/PKGBUILD
index 69fbb02c27c8..1b72d2328122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: danb (danb) <danb (at) hasi.it>
pkgname=avizo
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc="A neat notification daemon"
url="https://github.com/misterdanb/avizo"
arch=(x86_64)
@@ -30,7 +30,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b')
+sha256sums=('2b1f5817a916e518b0c10c4c94a3678a5054b879eb32c10b5d1425faa6387127')
_archive="$pkgname-$pkgver"