summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76280edc297..21dbd88fe91c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aarchup-git
pkgdesc = Fork of archup a small and lightweight update-notifier for archlinux.
- pkgver = 2.1.6
+ pkgver = 2.1.7
pkgrel = 1
url = https://github.com/inglor/aarchup
arch = i686
@@ -8,6 +8,7 @@ pkgbase = aarchup-git
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = meson
makedepends = ninja
depends = libnotify
depends = gtk2
@@ -18,4 +19,3 @@ pkgbase = aarchup-git
md5sums = SKIP
pkgname = aarchup-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 06d939f8ec15..3ed83acdc374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=aarchup-git
-pkgver=2.1.6
+pkgver=2.1.7
pkgrel=1
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/inglor/aarchup"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libnotify' 'gtk2')
-makedepends=('git' 'cmake' 'ninja')
+makedepends=('git' 'cmake' 'meson' 'ninja')
source=("git+https://gitlab.com/artafinde/aarchup.git")
md5sums=('SKIP')
conflicts=('aarchup')