diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 01:01:12 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 01:01:12 -0300 |
commit | 3cdfc7658aa066125ac26e406cef243ca4034fc2 (patch) | |
tree | 59c4794edf389b8733f08f5c9e36d6a5c5d9fe39 | |
parent | 013673f8298fc28b14a331363a9270cd3e1fa570 (diff) | |
download | aports-3cdfc7658aa066125ac26e406cef243ca4034fc2.tar.gz aports-3cdfc7658aa066125ac26e406cef243ca4034fc2.tar.bz2 aports-3cdfc7658aa066125ac26e406cef243ca4034fc2.tar.xz |
testing/zeitgeist: fix dependency on py3-zeitgeist
-rw-r--r-- | testing/zeitgeist/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/zeitgeist/APKBUILD b/testing/zeitgeist/APKBUILD index abbfe87ea4..bb901c7321 100644 --- a/testing/zeitgeist/APKBUILD +++ b/testing/zeitgeist/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname=zeitgeist pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Activity logging framework" arch="all" url="https://zeitgeist.freedesktop.org/" @@ -56,7 +56,7 @@ package() { py3() { pkgdesc="Python3 bindings for $pkgname" - depends="python3 lib$pkganme" + depends="python3 lib$pkgname=$pkgver-r$pkgrel" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib |