summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dyatlov2022-10-08 18:10:11 +0300
committerIgor Dyatlov2022-10-08 18:10:11 +0300
commitbf9edb215e6de2720ae8ed8ae819652e360c586c (patch)
tree453ef2aca1b9a12659d10032cce54aa51e8271d7 /PKGBUILD
parente5ae6130b36931ae959375d5fa288ce5b829b7ec (diff)
downloadaur-paper-note-git.tar.gz
Updates
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49d2fb8701fd..6fd25dfd0149 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=paper-note-git
-pkgver=r289.a15ffe2
+pkgver=r291.fdf783d
pkgrel=1
pkgdesc="A pretty note-taking app for GNOME"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/posidon_software/paper"
license=('GPL3')
-depends=('libadwaita' 'gtksourceview5' 'libgee')
+depends=('libadwaita' 'gtksourceview5' 'libgee' 'python-gobject')
makedepends=('git' 'meson' 'gobject-introspection' 'blueprint-compiler' 'vala')
checkdepends=('appstream-glib')
provides=("${pkgname%-git}")