diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-11 13:20:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-11 13:20:04 +0000 |
commit | 7fe4bda95915cfb6bee83a40be61233d2fa8fbff (patch) | |
tree | 2ccd74b37432284027d3e4840785fff465384c17 | |
parent | e695b87d3fe6f393ed5a2f1199ff344f9c997054 (diff) | |
download | aports-7fe4bda95915cfb6bee83a40be61233d2fa8fbff.tar.bz2 aports-7fe4bda95915cfb6bee83a40be61233d2fa8fbff.tar.xz |
Revert "testing/ceph: rebuild against nss-3.38"
This reverts commit 80a6e603b316b1790d21dae4787a72505266b7da.
Accidentally slipped in a change in another package
-rw-r--r-- | testing/ceph/APKBUILD | 2 | ||||
-rw-r--r-- | testing/evolution-data-server/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index 79a5eb52f2..de976cd3a2 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -5,7 +5,7 @@ pkgname=ceph pkgver=11.0.1 -pkgrel=7 +pkgrel=6 pkgdesc="User space components of the Ceph file system" pkgusers="ceph" pkggroups="ceph" diff --git a/testing/evolution-data-server/APKBUILD b/testing/evolution-data-server/APKBUILD index 5f9c43794d..b47e74342c 100644 --- a/testing/evolution-data-server/APKBUILD +++ b/testing/evolution-data-server/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=evolution-data-server pkgver=3.26.0 -pkgrel=3 +pkgrel=1 pkgdesc="data server for evolution" url="http://projects.gnome.org/evolution" arch="x86_64 x86 ppc64le aarch64 armhf" |