summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2020-03-31 12:55:35 +0100
committerLeonidas Spyropoulos2020-03-31 12:55:35 +0100
commit6c1fe7819ae1be2b07d2838a75c79cf8fce5e77e (patch)
treeaa66de8b6d096121e918b7d7f897e018519d6f52 /PKGBUILD
parent82351859a1b766dffaeabef429a4524b778cbd42 (diff)
downloadaur-6c1fe7819ae1be2b07d2838a75c79cf8fce5e77e.tar.gz
upgpkg: aarchup 2.1.5-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b59f8a71456..a372f58ab88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
#
pkgname="aarchup"
pkgver=2.1.5
-pkgrel=2
+pkgrel=3
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' 'gtk2')
+depends=('libnotify' 'gtk2' 'pacman-contrib')
makedepends=('libnotify' 'meson' 'ninja' 'gzip' 'git')
optdepends=('auracle: AUR support(--aur)')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/aarchup-${pkgver}.tar.gz")