summaryrefslogtreecommitdiff
path: root/pcr/osgi-compendium/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-06-25 09:13:15 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-06-25 09:13:15 -0500
commit50c01956e265b2eb27c12c2b4ea45a2118b537ce (patch)
treee56630d85eb061a65b92a7946c301fa79bffc0f2 /pcr/osgi-compendium/PKGBUILD
parenta5220d85dbb63e9835ac47d9e0aa5456fdde6392 (diff)
downloadabslibre-50c01956e265b2eb27c12c2b4ea45a2118b537ce.tar.gz
abslibre-50c01956e265b2eb27c12c2b4ea45a2118b537ce.tar.bz2
abslibre-50c01956e265b2eb27c12c2b4ea45a2118b537ce.zip
osgi-compendium-6.0.0-2: rebuild
Diffstat (limited to 'pcr/osgi-compendium/PKGBUILD')
-rw-r--r--pcr/osgi-compendium/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/pcr/osgi-compendium/PKGBUILD b/pcr/osgi-compendium/PKGBUILD
index 7b5c1911f..d5c92fa7d 100644
--- a/pcr/osgi-compendium/PKGBUILD
+++ b/pcr/osgi-compendium/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=osgi.cmpn
pkgname=osgi-compendium
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Java OSGi API - Compendium module"
arch=('any')
url='https://www.osgi.org/developer/specifications/'
@@ -11,13 +11,16 @@ license=('APACHE')
depends=('java-runtime')
makedepends=('java-geronimo-jpa' 'java-environment' 'jh' 'osgi-annotation' 'osgi-core' 'osgi-foundation-ee' 'tomcat8')
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")
+ "https://repo1.maven.org/maven2/org/osgi/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}.pom"
+ 'osgi-compendium-lookupreference.patch')
sha1sums=('cf4d979984a597753bf7e7df18369ec60f09a7fc'
- '400a960b790469c070650ff36090200b7e0f8c16')
+ '400a960b790469c070650ff36090200b7e0f8c16'
+ '8955d96f70bcf16fe75654f652ca0eb803241f06')
prepare() {
cd ${srcdir}
mkdir -p build/classes
+ patch -Np1 -i "${srcdir}/osgi-compendium-lookupreference.patch"
}
build() {