mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:39:41 +01:00
Update to 163.6512.7
This commit is contained in:
parent
019999eb9a
commit
9ae56d2bd7
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Oct 13 21:18:09 UTC 2016
|
||||
# Wed Oct 19 16:44:34 UTC 2016
|
||||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 163.6110.22
|
||||
pkgver = 163.6512.7
|
||||
pkgrel = 1
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = i686
|
||||
|
|
@ -20,10 +20,10 @@ pkgbase = clion-eap
|
|||
optdepends = python: Python programming language support
|
||||
optdepends = python2: Python 2 programming language support
|
||||
optdepends = doxygen: Code documentation generation
|
||||
noextract = CLion-163.6110.22.tar.gz
|
||||
noextract = CLion-163.6512.7.tar.gz
|
||||
options = !strip
|
||||
source = https://download.jetbrains.com/cpp/CLion-163.6110.22.tar.gz
|
||||
sha256sums = 4ab3604ce43961d5bc4d2a3cc2aea9c56f976194698f2e73198c36d19e46498d
|
||||
source = https://download.jetbrains.com/cpp/CLion-163.6512.7.tar.gz
|
||||
sha256sums = 5db549f20f0b632a04020afd4079d523262c37ef8da27b67edeed3d529fa65f3
|
||||
|
||||
pkgname = clion-eap
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -16,7 +16,7 @@
|
|||
pkgname=clion-eap
|
||||
_pkgname=clion
|
||||
_archname=CLion
|
||||
pkgver=163.6110.22
|
||||
pkgver=163.6512.7
|
||||
pkgrel=1
|
||||
pkgdesc="C/C++ IDE. 30-day evaluation."
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -24,7 +24,7 @@ options=(!strip)
|
|||
url="http://www.jetbrains.com/${_pkgname}"
|
||||
license=('custom')
|
||||
source=("https://download.jetbrains.com/cpp/${_archname}-${pkgver}.tar.gz")
|
||||
sha256sums=('4ab3604ce43961d5bc4d2a3cc2aea9c56f976194698f2e73198c36d19e46498d')
|
||||
sha256sums=('5db549f20f0b632a04020afd4079d523262c37ef8da27b67edeed3d529fa65f3')
|
||||
noextract=("${_archname}-${pkgver}.tar.gz")
|
||||
depends=()
|
||||
optdepends=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue