Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.08 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index af51705..205035b 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -6,8 +6,8 @@
  6.  
  7.  pkgbase=phpstorm
  8.  pkgname=(phpstorm phpstorm-jre)
  9. -pkgver=2017.3.5
  10. -_pkgver=173.4674.45
  11. +pkgver=2017.3.6
  12. +_pkgver=173.4674.46
  13.  pkgrel=1
  14.  pkgdesc='Lightweight and Smart PHP IDE'
  15.  arch=('x86_64' 'i686')
  16. @@ -15,9 +15,9 @@ license=('Commercial')
  17.  url='https://www.jetbrains.com/phpstorm/'
  18.  makedepends=('rsync')
  19.  options=('!strip')
  20. -source=(https://download.jetbrains.com/webide/PhpStorm-${pkgver}.tar.gz
  21. +source=(https://download-cf.jetbrains.com/webide/PhpStorm-${pkgver}.tar.gz
  22.          jetbrains-phpstorm.desktop)
  23. -sha512sums=('526b98889956e6a11682f11c99c42a2cd30f669cb43d3ea03630ae9d389420aad77a17b1ed367cf777ddfd9400604c190c8122f9f08a61d77630804abe916a3a'
  24. +sha512sums=('918aff42582c9e2e92c0d73774982df52058fe98687df099b66637e40f8bbe85521989b5268325d1eb286544962adb44e7dbb9eb5e73909b1937ccd877ff248d'
  25.              'fe312d7c637ec20bd946f2e22681243a51f29afc1052ae3fe5afd0fe01f77c222bf1e2c98f0afad8d5385466215653b7ffa8718da05b6dac100ba768ff2be1d6')
  26.  
  27.  package_phpstorm() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement