summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaerbit2024-03-22 00:23:52 +0100
committerFaerbit2024-03-22 00:23:52 +0100
commit60407387716df8bdf0f0d1a3a55211ba20d2d72c (patch)
treeb1f09d1edb56593651c803f75e630c38e6b56707 /PKGBUILD
parent655b6d0c0ca4119c759be53cfe582ba5be2678f4 (diff)
downloadaur-usbguard-notifier.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4952e212af00..219579aeb170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Faerbit <faerbit at gmail dot com>
pkgname=usbguard-notifier
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="A tool for detecting usbguard policy and device presence changes"
arch=('x86_64')
url="https://github.com/Cropi/usbguard-notifier"
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('usbguard' 'libnotify' 'librsvg')
-makedepends=('catch2' 'asciidoc')
+makedepends=('catch2-v2' 'asciidoc')
source=("https://github.com/Cropi/usbguard-notifier/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
md5sums=('SKIP'
'SKIP')