summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-10-31 00:17:19 +0100
committerLeonidas Spyropoulos2021-10-31 00:17:19 +0100
commitf654a36ae4d2120c2c36002f8cc8435b0098eee5 (patch)
tree4dc72414f417ce1f35d847126b2219c762bccf7a /PKGBUILD
parentf9135dcc4a682d7588ae815cce3365cfe1f453fb (diff)
downloadaur-f654a36ae4d2120c2c36002f8cc8435b0098eee5.tar.gz
upgpkg: aarchup 2.1.7-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2dd12ee74d6..1a02e779704a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
#
pkgname="aarchup"
pkgver=2.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://gitlab.com/artafinde/aarchup/"
arch=('i686' 'x86_64')
license=('GPL3')
provides=("${pkgname}")
-depends=('libnotify')
+depends=('libnotify' 'pacman-contrib')
makedepends=('meson' 'ninja' 'gzip')
optdepends=('auracle: AUR support(--aur)')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/aarchup-${pkgver}.tar.gz")