summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2020-03-31 12:55:35 +0100
committerLeonidas Spyropoulos2020-03-31 12:55:35 +0100
commit6c1fe7819ae1be2b07d2838a75c79cf8fce5e77e (patch)
treeaa66de8b6d096121e918b7d7f897e018519d6f52
parent82351859a1b766dffaeabef429a4524b778cbd42 (diff)
downloadaur-6c1fe7819ae1be2b07d2838a75c79cf8fce5e77e.tar.gz
upgpkg: aarchup 2.1.5-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5117e616dd5..463861ad4104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarchup
pkgdesc = Fork of archup a small and lightweight update-notifier for archlinux.
pkgver = 2.1.5
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/artafinde/aarchup/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = aarchup
makedepends = git
depends = libnotify
depends = gtk2
+ depends = pacman-contrib
optdepends = auracle: AUR support(--aur)
provides = aarchup
source = aarchup-2.1.5.tar.gz::https://gitlab.com/artafinde/aarchup//-/archive/2.1.5/aarchup-2.1.5.tar.gz
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")