summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-05-19 18:38:36 +0200
committerPhilipp A2017-05-20 17:34:29 +0200
commita04a04f423dc8522d759565da12f30ae22dd474d (patch)
treecea0665b3fcf7f97061dd4168babd40857ee1aac
parent3de858046db523e69e1cc5eca6b7cae8fd396cbd (diff)
downloadaur-a04a04f423dc8522d759565da12f30ae22dd474d.tar.gz
v2017.2.172.2103.19
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
3 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132ea951402a..c0123a5d2770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri May 19 16:38:12 UTC 2017
pkgbase = pycharm-community-eap
- pkgdesc = Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition.
- pkgver = 2016.2.162.1236.15
+ pkgdesc = Powerful Python and Django IDE, Early Access Program (EAP) build. Community edition.
+ pkgver = 2017.2.172.2103.19
pkgrel = 1
url = http://www.jetbrains.com/pycharm/
arch = any
@@ -9,9 +11,9 @@ pkgbase = pycharm-community-eap
provides = pycharm-community
conflicts = pycharm-community
options = !strip
- source = http://download.jetbrains.com/python/pycharm-community-162.1236.15.tar.gz
- source = http://download.jetbrains.com/python/pycharm-community-162.1236.15.tar.gz.sha256
- sha256sums = 6865789ef071cd79cd8507b56f08d4d18adb39330511f7051500c5989bec32d4
+ source = http://download.jetbrains.com/python/pycharm-community-172.2103.19.tar.gz
+ source = http://download.jetbrains.com/python/pycharm-community-172.2103.19.tar.gz.sha256
+ sha256sums = ccfa8a18fca5232d9ef5154167e72174b430cd440edf5db1903c0fa907be85ba
sha256sums = SKIP
pkgname = pycharm-community-eap
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..20c562640ff0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/src/
+/pkg/
+/*.tar.gz
+/*.tar.gz.sha256
+/*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 914b72388f4d..2f2154d2c2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=pycharm-community-eap
-_buildver=162.1236.15
-_pkgver=2016.2
+_buildver=172.2103.19
+_pkgver=2017.2
pkgver=$_pkgver.$_buildver
pkgrel=1
-pkgdesc='Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition.'
+pkgdesc='Powerful Python and Django IDE, Early Access Program (EAP) build. Community edition.'
arch=(any)
options=('!strip')
url='http://www.jetbrains.com/pycharm/'
@@ -34,7 +34,7 @@ build() {
package() {
cd "$srcdir"
mkdir -p "$pkgdir/opt/$pkgname"
- cp -R "$srcdir/pycharm-community-$_pkgver/"* "$pkgdir/opt/$pkgname"
+ cp -R "$srcdir/pycharm-community-$_buildver/"* "$pkgdir/opt/$pkgname"
local vmoptfile=pycharm64
if [[ $CARCH = 'i686' ]]; then