From 2e071d0f08fe6237450a7755124623575ed9f5ab Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 24 Jun 2016 03:43:41 -0500 Subject: osgi-annotation-6.0.0-2: rebuild --- pcr/osgi-annotation/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcr/osgi-annotation/PKGBUILD') diff --git a/pcr/osgi-annotation/PKGBUILD b/pcr/osgi-annotation/PKGBUILD index 9964a9b36..778d5ebf4 100644 --- a/pcr/osgi-annotation/PKGBUILD +++ b/pcr/osgi-annotation/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Omar Vega Ramos -_pkgname=osgi.annotation +_pkgname=org.osgi.annotation pkgname=osgi-annotation pkgver=6.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Java OSGi API - annotation module" arch=('any') url='https://www.osgi.org/developer/specifications/' @@ -12,8 +12,8 @@ depends=('java-runtime') makedepends=('java-environment' 'jh') source=("https://repo1.maven.org/maven2/org/osgi/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}-sources.jar" "https://repo1.maven.org/maven2/org/osgi/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}.pom") -sha1sums=('09b256fd1357d5f8cb85e35f6c9ef460ce42cb16' - '5b1839a024e1cfb735235c649236bbaf9b525b4d') +sha1sums=('d7ebeed8c7afb937ddb4652d90517c8c05294ee0' + 'dfa6ed7265c0e8aa37b7056166edb4357747e459') prepare() { cd ${srcdir} @@ -42,7 +42,7 @@ package() { # Install Maven artifacts export DESTDIR=${pkgdir} - jh mvn-install org.osgi "org.${_pkgname}" ${pkgver} \ + jh mvn-install org.osgi ${_pkgname} ${pkgver} \ pom.xml \ ${_pkgname}.jar \ ${_pkgname}-${pkgver}.jar -- cgit v1.2.3-2-g168b