aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Fischer2021-12-20 12:09:33 +0100
committerSven Fischer2021-12-20 12:09:33 +0100
commit9ad671eea0a408ff6c2767a0fd77300068dbac17 (patch)
treedccbbca5c63e8152b8c92266b603b8b6ace528b1 /PKGBUILD
parentb5a3b9609817c40d6595085e962c8ba03aabc617 (diff)
downloadaur-9ad671eea0a408ff6c2767a0fd77300068dbac17.tar.gz
update url, remove cmake build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8483f595dc9..0a1acf0c6409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ pkgver=0.0.2.r144.ce19c0d
pkgrel=1
pkgdesc='A wallabag client GTK GUI'
arch=('i686' 'x86_64')
-url='https://belmoussaoui.com/2020/02/04/read-it-later/'
+url='https://belmoussaoui.com/article/7-first-release-read-it-later'
license=('GPL3')
provides=(${pkgname%-*})
conflicts=()
depends=('appstream-glib' 'libhandy0' 'webkit2gtk')
-makedepends=('cmake' 'git' 'meson' 'rust')
+makedepends=('git' 'meson' 'rust')
source=('git+https://gitlab.gnome.org/World/read-it-later.git')
sha512sums=('SKIP')
builddir=build