summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2020-03-26 09:30:27 +0000
committerLeonidas Spyropoulos2020-03-26 09:30:27 +0000
commit82351859a1b766dffaeabef429a4524b778cbd42 (patch)
tree9418fcd47324545e86f057279f329d300f297443
parent2789b7514e38021671fdddc99e7583ba841b5c0a (diff)
downloadaur-82351859a1b766dffaeabef429a4524b778cbd42.tar.gz
upgpkg: aarchup 2.1.5-2
Add git to make dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571ef2c2477a..a5117e616dd5 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 = 1
+ pkgrel = 2
url = https://gitlab.com/artafinde/aarchup/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = aarchup
makedepends = meson
makedepends = ninja
makedepends = gzip
+ makedepends = git
depends = libnotify
depends = gtk2
optdepends = auracle: AUR support(--aur)
diff --git a/PKGBUILD b/PKGBUILD
index b5b565a13306..1b59f8a71456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
#
pkgname="aarchup"
pkgver=2.1.5
-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' 'gtk2')
-makedepends=('libnotify' 'meson' 'ninja' 'gzip')
+makedepends=('libnotify' 'meson' 'ninja' 'gzip' 'git')
optdepends=('auracle: AUR support(--aur)')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/aarchup-${pkgver}.tar.gz")
sha256sums=('5e39e15a5f1106fe35f8b8644793042a47482fed7ab29ea93b56c8162267e42d')