diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-14 17:27:14 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-14 18:08:01 +0100 |
commit | 716e0490a3f6fba2690ed2b646e831a7e4309454 (patch) | |
tree | 17a4bd6f3146225e6ca5a631f2d1ee767acdb123 /main | |
parent | 3497a58492300ebdb12fbe9fb5b1b60223607668 (diff) | |
download | aports-716e0490a3f6fba2690ed2b646e831a7e4309454.tar.bz2 aports-716e0490a3f6fba2690ed2b646e831a7e4309454.tar.xz |
main/py-dbus: upgrade to 1.2.16
Diffstat (limited to 'main')
-rw-r--r-- | main/py-dbus/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-dbus/APKBUILD b/main/py-dbus/APKBUILD index cd98815f2a..43f58fa73c 100644 --- a/main/py-dbus/APKBUILD +++ b/main/py-dbus/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py-dbus _pkgname=dbus-python -pkgver=1.2.14 +pkgver=1.2.16 pkgrel=0 pkgdesc="Python bindings for DBUS" url="http://www.freedesktop.org/wiki/Software/DBusBindings" @@ -69,4 +69,4 @@ _py() { mv "$pkgdir"/usr/lib/$python* "$subpkgdir"/usr/lib/ } -sha512sums="773d66e40ab514639f1c5c619362659f290ddd5ae944eb8e09b5752624f3c86305b6c1d5562e290b36f1e6cf43f6d39cd4a227e18ff41499877546982ceebb51 dbus-python-1.2.14.tar.gz" +sha512sums="e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c dbus-python-1.2.16.tar.gz" |