diff options
| author | Antoine Fontaine <antoine.fontaine@epfl.ch> | 2020-02-28 16:09:56 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-28 14:21:23 -0300 |
| commit | 68eb3d727f4f7192756c629c13f4e28e58b0ec0f (patch) | |
| tree | 74b760b3bd2872c7ac6d927d0f3558718c73352b /testing | |
| parent | b2c5199505779de08ecad3449bcf067542d6ddfe (diff) | |
| download | aports-68eb3d727f4f7192756c629c13f4e28e58b0ec0f.tar.bz2 aports-68eb3d727f4f7192756c629c13f4e28e58b0ec0f.tar.xz | |
testing/aisleriot: add missing "guile" dependency
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/aisleriot/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/aisleriot/APKBUILD b/testing/aisleriot/APKBUILD index 9ac046da40..8e17adf36e 100644 --- a/testing/aisleriot/APKBUILD +++ b/testing/aisleriot/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch> pkgname="aisleriot" pkgver="3.22.10" -pkgrel=2 +pkgrel=3 pkgdesc="Solitaire and other card games for GNOME" url="https://wiki.gnome.org/Apps/Aisleriot" arch="all !s390x" license="GPL-3.0-or-later" +depends="guile" makedepends="meson bash librsvg-dev guile-dev libxml2 libxml2-dev libxml2-utils itstool gtk+3.0-dev libcanberra-dev gmp-dev" subpackages="$pkgname-doc $pkgname-lang" |
