mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
Enforce clean unpack of the tarball even if makepkg is run without --cleanbuild
This commit is contained in:
parent
43b87e3938
commit
5abf16d0a7
2 changed files with 4 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon Jul 30 15:39:41 UTC 2018
|
||||
# Fri Aug 3 15:59:49 UTC 2018
|
||||
pkgbase = clion-eap
|
||||
pkgdesc = C/C++ IDE. 30-day evaluation.
|
||||
pkgver = 182.3684.76
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.jetbrains.com/clion
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -11,7 +11,7 @@ _pkgname=clion
|
|||
_dlname=CLion
|
||||
pkgver=182.3684.76
|
||||
_dlver=2018.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="C/C++ IDE. 30-day evaluation."
|
||||
arch=('x86_64')
|
||||
options=(!strip)
|
||||
|
|
@ -26,6 +26,7 @@ noextract=("${_dlname}-${_dlver}.tar.gz")
|
|||
backup=("opt/${pkgbase}/bin/clion64.vmoptions")
|
||||
|
||||
build() {
|
||||
rm -rf "${srcdir}/opt"
|
||||
mkdir -p "${srcdir}/opt/${pkgbase}"
|
||||
bsdtar --strip-components 1 -xf "${_dlname}-${_dlver}.tar.gz" \
|
||||
-C "${srcdir}/opt/${pkgbase}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue