summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2020-09-17 22:39:19 +0200
committerRaimar Bühmann2020-09-17 22:39:19 +0200
commit52ccd1805f7021f5b334261ac0b51c29c047f2f7 (patch)
treeed237bd61259fb2852ff37cee492fa9612a50a18
parentafe9631cd58b0ad0d2a2bdb2a29b8997772bd6ff (diff)
downloadaur-52ccd1805f7021f5b334261ac0b51c29c047f2f7.tar.gz
set version to 3.0.0.202005061025
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285b8f0a0f1d..9101a0b8db5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,12 @@ pkgbase = eclipse-tpd
pkgdesc = Target Platform DSL plug-in for Eclipse IDE
pkgver = 3.0.0
pkgrel = 1
- url = https://github.com/mbarbero/fr.obeo.releng.targetplatform
+ url = https://github.com/eclipse-cbi/targetplatform-dsl
arch = any
license = EPL1.0
depends = eclipse-tmf-xtext
options = !strip
- source = https://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/org.eclipse.cbi.targetplatform-3.0.0.201902111444.zip
- sha256sums = 3e754e44fd0c1b4d2b68e3d3bdd41c040fc14c9639946dc911d4ec8e17c6ab79
+ source = https://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/org.eclipse.cbi.targetplatform-3.0.0.202005061025.zip
+ sha256sums = ff080de2c76706fd40d6977e6fd120181421da3d4214e8fd45fd08fbbd11bc31
pkgname = eclipse-tpd
-
diff --git a/PKGBUILD b/PKGBUILD
index e120a5f16c19..1db11beaecad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=eclipse-tpd
pkgver=3.0.0
-_buildtime=201902111444
+_buildtime=202005061025
pkgrel=1
pkgdesc="Target Platform DSL plug-in for Eclipse IDE"
arch=('any')
-url="https://github.com/mbarbero/fr.obeo.releng.targetplatform"
+url="https://github.com/eclipse-cbi/targetplatform-dsl"
license=('EPL1.0')
depends=('eclipse-tmf-xtext')
options=('!strip')
@@ -18,7 +18,7 @@ source=(
)
# do not extract all package sources
#noextract=("${source[@]##*/}")
-sha256sums=('3e754e44fd0c1b4d2b68e3d3bdd41c040fc14c9639946dc911d4ec8e17c6ab79')
+sha256sums=('ff080de2c76706fd40d6977e6fd120181421da3d4214e8fd45fd08fbbd11bc31')
package() {
_dest=${pkgdir}/usr/lib/eclipse/dropins/${pkgname/eclipse-}/eclipse
install -d $_dest