diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/apiguardian/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/apiguardian/PKGBUILD b/pcr/apiguardian/PKGBUILD index 882b9299f..e5bfa482d 100644 --- a/pcr/apiguardian/PKGBUILD +++ b/pcr/apiguardian/PKGBUILD @@ -5,12 +5,12 @@ pkgname=apiguardian pkgver=1.1.2 -pkgrel=1 +pkgrel=2 pkgdesc='Java library that provides the `@API` annotation' arch=('any') url='https://apiguardian-team.github.io/apiguardian/docs/current/api/' license=('Apache') -depends=('java-runtime') +depends=('java-environment' 'java-runtime') makedepends=('jh') source=("https://github.com/${pkgname}-team/${pkgname}/archive/refs/tags/r${pkgver}.tar.gz") sha512sums=('7c56ee15e0aba07e95b6f2fe7cedd98e449e774958eb63b2467066c381e1e82ad67c982c2885e18154c62e55fda80a1c2e0f689253afe449db9f7e7563122db6') |