summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorteamalpha54412021-02-21 17:19:50 +0100
committerteamalpha54412021-02-21 17:19:50 +0100
commit2b2b39ce97949d50f158c57ea28082ad6e6d869a (patch)
tree3279593550f5371126010b3e46fa3b461c7bc1fc /PKGBUILD
parent983a7dc64c2515d47a98b0cadf5c6b070277fa27 (diff)
downloadaur-2b2b39ce97949d50f158c57ea28082ad6e6d869a.tar.gz
updated version and cleaned up PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c6f41a61c37..53e76e50966c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: teamalpha5441
pkgname=ntfy-git
-pkgver=v2.4.2.r2.g18fa9f9
-pkgrel=1
+pkgver=v2.5.0.r68.g48baeb2
+pkgrel=2
pkgdesc="A utility for sending push notifications to different backends (Pushover, Pushbullet, XMPP and various desktop notification systems)"
url="https://github.com/dschep/ntfy"
depends=('python' 'python-yaml' 'python-requests' 'python-appdirs' 'python-ruamel-yaml' 'python-setuptools' 'xorg-xprop')
makedepends=('python' 'git')
-license=('GPLv3')
+license=('GPL3')
arch=('any')
provides=("${pkgname%-git}")