diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-16 12:06:06 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-17 13:54:48 -0300 |
commit | c62e265f291d1b950d65340394f2575e6d4c56fa (patch) | |
tree | e24eb232b2cc983c8d7df14345bd79fd5b5d07c7 /community/gnome-online-accounts | |
parent | a7668dd7766a232e4da46232b8202de4a5dbf999 (diff) | |
download | aports-c62e265f291d1b950d65340394f2575e6d4c56fa.tar.bz2 aports-c62e265f291d1b950d65340394f2575e6d4c56fa.tar.xz |
community/gnome-online-accounts: add -dbg subpkg
Diffstat (limited to 'community/gnome-online-accounts')
-rw-r--r-- | community/gnome-online-accounts/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-online-accounts/APKBUILD b/community/gnome-online-accounts/APKBUILD index 1caf5beddb..0a21b3d395 100644 --- a/community/gnome-online-accounts/APKBUILD +++ b/community/gnome-online-accounts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-online-accounts pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="Single sign-on framework for GNOME" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" arch="all" @@ -10,7 +10,7 @@ license="GPL-2.0-or-later" makedepends="gnome-desktop-dev libxslt itstool libxml2-utils webkit2gtk-dev json-glib-dev rest-dev libsecret-dev docbook-xsl docbook-xml gobject-introspection-dev vala" -subpackages="$pkgname-dev $pkgname-lang $pkgname-doc" +subpackages="$pkgname-dev $pkgname-lang $pkgname-doc $pkgname-dbg" source="https://download.gnome.org/sources/gnome-online-accounts/${pkgver%.*}/gnome-online-accounts-$pkgver.tar.xz" build() { |