summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-11-19 16:41:04 +0100
committerPhilip Goto2021-11-19 16:41:04 +0100
commitc129d165233eeade38ba1948c3875071767d6180 (patch)
tree66a0380a272128abaf4461f2de79c7a86183acd3
parentdf995136f0f467eb74912a65fce2b05f1d7a6440 (diff)
downloadaur-c129d165233eeade38ba1948c3875071767d6180.tar.gz
Add libportal to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea13eb544c2..4fd556ab313f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nostalgia-git
pkgdesc = Set historic GNOME wallpapers
- pkgver = 0.6.r3.gce88525
+ pkgver = 0.8.r0.g7a9fd74
pkgrel = 1
url = https://gitlab.gnome.org/bertob/nostalgia
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = nostalgia-git
makedepends = meson
makedepends = vala
depends = libhandy
+ depends = libportal
provides = nostalgia
conflicts = nostalgia
source = git+https://gitlab.gnome.org/bertob/nostalgia.git
sha256sums = SKIP
pkgname = nostalgia-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e94e02afe8a3..6006b93a2dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=nostalgia-git
-pkgver=0.6.r3.gce88525
+pkgver=0.8.r0.g7a9fd74
pkgrel=1
pkgdesc='Set historic GNOME wallpapers'
arch=(x86_64 aarch64)
@@ -9,7 +9,10 @@ url='https://gitlab.gnome.org/bertob/nostalgia'
license=(GPL3)
provides=(nostalgia)
conflicts=(nostalgia)
-depends=(libhandy)
+depends=(
+ libhandy
+ libportal
+)
makedepends=(
git
gobject-introspection