diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-11-25 11:24:10 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-11-26 00:10:01 +0000 |
commit | 5af8c513a8a0cd1426e3afef323092c632a78a26 (patch) | |
tree | 70dda1f2bcfeb039f3bd4fe39004fda7f07e1a8f | |
parent | cad7ee58324be13963f7f30cc22ce3a306f5ca8a (diff) | |
download | aports-5af8c513a8a0cd1426e3afef323092c632a78a26.tar.gz aports-5af8c513a8a0cd1426e3afef323092c632a78a26.tar.bz2 aports-5af8c513a8a0cd1426e3afef323092c632a78a26.tar.xz |
community/udisks2: rebuild against docbook-xsl (fixes #11674)
-rw-r--r-- | community/udisks2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/udisks2/APKBUILD b/community/udisks2/APKBUILD index 93867d6079e..530e119b70c 100644 --- a/community/udisks2/APKBUILD +++ b/community/udisks2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=udisks2 pkgver=2.9.4 -pkgrel=0 +pkgrel=1 pkgdesc="daemon, tools and libraries to manipulate disks" options="!check" url="https://www.freedesktop.org/wiki/Software/udisks/" |