diff --git a/arch-ppa b/arch-ppa index b032766..2f6db9f 100755 --- a/arch-ppa +++ b/arch-ppa @@ -137,7 +137,7 @@ add() { update() { # Update a package and it's dependencies from the AUR ( - set -e + #set -e if [ "$#" -eq 0 ]; then cd $basedir/src update * @@ -258,6 +258,14 @@ build() { ) } +rebuild() { + setup + repo_name=$1 + mkdir -p $basedir/$repo_name + shift + arch-nspawn $chroot/$repo_name pacman -Rscn --noconfirm "$@" + build "$repo_name" "$@" +} if [ "$#" -gt 0 ]; then $* diff --git a/src/intellij-idea-ultimate-edition/.SRCINFO b/src/intellij-idea-ultimate-edition/.SRCINFO index f1042d0..b39b814 100644 --- a/src/intellij-idea-ultimate-edition/.SRCINFO +++ b/src/intellij-idea-ultimate-edition/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Oct 19 11:37:00 UTC 2016 +# Wed Nov 23 08:06:36 UTC 2016 pkgbase = intellij-idea-ultimate-edition pkgdesc = An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity. - pkgver = 2016.2.5 + pkgver = 2016.3 pkgrel = 1 url = https://www.jetbrains.com/idea/ arch = any @@ -14,10 +14,10 @@ pkgbase = intellij-idea-ultimate-edition backup = usr/share/intellij-idea-ultimate-edition/bin/idea.vmoptions backup = usr/share/intellij-idea-ultimate-edition/bin/idea64.vmoptions backup = usr/share/intellij-idea-ultimate-edition/bin/idea.properties - source = https://download.jetbrains.com/idea/ideaIU-2016.2.5-no-jdk.tar.gz + source = https://download.jetbrains.com/idea/ideaIU-2016.3-no-jdk.tar.gz source = intellijidea.sh source = jetbrains-idea.desktop - sha256sums = 51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7 + sha256sums = b4076afcea3aaf0a19b7a390cb12c008335938bcac1e0fa398668f2aa01ea2fe sha256sums = ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b diff --git a/src/intellij-idea-ultimate-edition/PKGBUILD b/src/intellij-idea-ultimate-edition/PKGBUILD index 4f12f56..dde7afe 100644 --- a/src/intellij-idea-ultimate-edition/PKGBUILD +++ b/src/intellij-idea-ultimate-edition/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Urs Wolfer pkgname=intellij-idea-ultimate-edition -pkgver=2016.2.5 -_buildver=162.2228.15 +pkgver=2016.3 +_buildver=163.7743.44 pkgrel=1 pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity." arch=('any') @@ -15,7 +15,7 @@ source=(https://download.jetbrains.com/idea/ideaIU-$pkgver-no-jdk.tar.gz \ intellijidea.sh \ jetbrains-idea.desktop ) -sha256sums=('51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7' +sha256sums=('b4076afcea3aaf0a19b7a390cb12c008335938bcac1e0fa398668f2aa01ea2fe' 'ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a' '83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b' )