summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Baum2018-10-09 18:45:23 +0200
committerDavid Baum2018-10-09 18:45:23 +0200
commitf6027a5cb9135f859082fc18dbf52c7ba677a820 (patch)
treea70831d70e27e1da4e2ef3e1d946a3a973d337ec
parentab2788dc02f4c997c015a7a019e7d5856db220e0 (diff)
downloadaur-f6027a5cb9135f859082fc18dbf52c7ba677a820.tar.gz
skip integrity check
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39b7f5f15798..b369217a0942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = eclipse-installer
pkgdesc = Automates the installation and update of Eclipse development environments
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.eclipse.org/Eclipse_Installer
arch = i686
arch = x86_64
license = EPL
source = https://mirrors.dotsrc.org/eclipse//oomph/products/eclipse-inst-linux64.tar.gz
+ md5sums = SKIP
pkgname = eclipse-installer
diff --git a/PKGBUILD b/PKGBUILD
index 7ce2a3792b8d..8719a4aa2864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Baum <david.baum@naraesk.eu>
pkgname=eclipse-installer
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Automates the installation and update of Eclipse development environments"
arch=('i686' 'x86_64')
url="https://wiki.eclipse.org/Eclipse_Installer"
@@ -19,7 +19,7 @@ install=()
changelog=()
source=('https://mirrors.dotsrc.org/eclipse//oomph/products/eclipse-inst-linux64.tar.gz')
noextract=()
-md5sums=('')
+md5sums=('SKIP')
package() {
install -d ${pkgdir}/opt/${pkgname}