diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-04-08 06:11:49 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-04-08 06:11:49 -0300 |
commit | a38ba2d3caf63b652e8451611eb9f01722f50b90 (patch) | |
tree | 970412351855c3d665bba59bd220bdef6b885868 | |
parent | bd2072f76e08597cbd9b477a952cc892ce689397 (diff) | |
download | aports-a38ba2d3caf63b652e8451611eb9f01722f50b90.tar.gz aports-a38ba2d3caf63b652e8451611eb9f01722f50b90.tar.bz2 aports-a38ba2d3caf63b652e8451611eb9f01722f50b90.tar.xz |
testing/gammastep: rebuild for pyhton3.9, add missing -lang subpkg
-rw-r--r-- | testing/gammastep/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gammastep/APKBUILD b/testing/gammastep/APKBUILD index 66f9aff274..cf2817d84f 100644 --- a/testing/gammastep/APKBUILD +++ b/testing/gammastep/APKBUILD @@ -3,12 +3,13 @@ #taken from archlinux pkgname=gammastep pkgver=2.0.7 -pkgrel=0 +pkgrel=1 pkgdesc="Adjust the color temperature of your screen according to your surroundings" arch="all" url="https://gitlab.com/chinstrap/gammastep" license="GPL-3.0-only" makedepends="autoconf python3 intltool gettext-dev automake libtool wayland-dev" +subpackages="$pkgname-lang" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/chinstrap/gammastep/-/archive/v$pkgver/gammastep-v$pkgver.tar.gz" subpackages="$pkgname-doc" |