aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-16 14:19:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:52 +0000
commit1455f7bb2a2c5afcdc04fefc7659594136f06555 (patch)
treec679b4326833b9d56dd85d315eeaa3cf98c91178 /testing
parent51178f63138d9fc988a6c9ee8b50ace4656e5871 (diff)
downloadaports-1455f7bb2a2c5afcdc04fefc7659594136f06555.tar.bz2
aports-1455f7bb2a2c5afcdc04fefc7659594136f06555.tar.xz
testing/guake: rebuild against python 3.7
Diffstat (limited to 'testing')
-rw-r--r--testing/guake/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/guake/APKBUILD b/testing/guake/APKBUILD
index 450284329a..33a0a62356 100644
--- a/testing/guake/APKBUILD
+++ b/testing/guake/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=guake
pkgver=3.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="Drop-down terminal for GNOME"
url="http://guake-project.org"
arch="noarch"
license="GPL"
depends="py3-pbr"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"