diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 02:07:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 03:31:20 -0300 |
commit | 633c40f64e0e841941682053481f02302052c697 (patch) | |
tree | 0f11149138e5b737da805ed215f35c270e934f4e /testing/polybar | |
parent | bfdcd19fd6ce3debf71577e8c15c71c6c03460f8 (diff) | |
download | aports-633c40f64e0e841941682053481f02302052c697.tar.bz2 aports-633c40f64e0e841941682053481f02302052c697.tar.xz |
testing/polybar: switch to python3 by using newer xpp
Diffstat (limited to 'testing/polybar')
-rw-r--r-- | testing/polybar/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/polybar/APKBUILD b/testing/polybar/APKBUILD index 3343cec8a9..7187ef0304 100644 --- a/testing/polybar/APKBUILD +++ b/testing/polybar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Taner Tas <taner76@gmail.com> pkgname=polybar pkgver=3.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A fast and easy-to-use tool for creating status bars." url="https://polybar.github.io/" arch="all" @@ -18,7 +18,7 @@ makedepends=" libnl3-dev libxcb-dev pulseaudio-dev - python2 + python3 xcb-proto xcb-util-cursor-dev xcb-util-image-dev @@ -34,7 +34,7 @@ subpackages=" install=" $pkgname.post-install " -_xppver="56fbf8459809ba65f9ea4a65b8f467a6e9890c4e" +_xppver="c5036690ada6695e187722e66f66eb1178d076ba" _i3ipcppver="0.7.1" source=" $pkgname-$pkgver.tar.gz::https://github.com/jaagr/polybar/archive/$pkgver.tar.gz @@ -83,6 +83,6 @@ zshcomp() { } sha512sums="e6c1d2034d455500d6d874e08016a5d1077261ec22f2c16b68e2f753abb3c194fba756488b5797cc04abc542b56fee8f506c79c8ee0ac19b977d37d4e5e4ff56 polybar-3.4.0.tar.gz -22581067ddda3ac75ef2747d77ab7fc2ea228da3cd6f974533e4e2777beaacd4ca0618b8ee53ba26dd319ffeed0b317d10ca99b5a2769b9bc92841f619d3c33c xpp-56fbf8459809ba65f9ea4a65b8f467a6e9890c4e.tar.gz +f4d25a911cc7219ebf35b4b7f63d180a4151f30c8147b38aa1adb2af7ce99b3a4641bbd690f6ccf841d855792715fcae50580b402a910ebc6559cacda733e2b2 xpp-c5036690ada6695e187722e66f66eb1178d076ba.tar.gz ef9f591bb4436916ad038bcb0c15ea3415d1978ff264fb276108ddac89c98515c464fbf252429f6a76589cb78e1434adba2efefb5a844dadad0e261f3806fb72 v0.7.1.tar.gz 5313c9a20b3f56d878dde0b053c8ca689bbbec077b7c7ba47549dac96393de809e14313e76f68b975f334876a472b14a4d82166c10a64623e753007b26e686ca fix-wstringop-truncation.patch" |