Переименование
This commit is contained in:
parent
9ebdc209fa
commit
2a28d493ce
@ -1,4 +1,4 @@
|
|||||||
name='discord-bin'
|
name='discord'
|
||||||
version='0.0.22'
|
version='0.0.22'
|
||||||
release='1'
|
release='1'
|
||||||
desc='Discord (popular voice + video app) using the system provided electron for increased security and performance'
|
desc='Discord (popular voice + video app) using the system provided electron for increased security and performance'
|
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 758 B |
@ -1,4 +1,4 @@
|
|||||||
name='jetbrains-toolbox-bin'
|
name='jetbrains-toolbox'
|
||||||
version='1.27.2.13801'
|
version='1.27.2.13801'
|
||||||
release='1'
|
release='1'
|
||||||
desc='Manage all your JetBrains Projects and Tools'
|
desc='Manage all your JetBrains Projects and Tools'
|
@ -27,10 +27,6 @@ checksums=(
|
|||||||
'SKIP'
|
'SKIP'
|
||||||
)
|
)
|
||||||
|
|
||||||
#scripts=(
|
|
||||||
#['preinstall']='preinstall.sh'
|
|
||||||
#)
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
if grep -q ID=debian "/etc/os-release"; then
|
if grep -q ID=debian "/etc/os-release"; then
|
||||||
|
@ -9,7 +9,7 @@ license=('BSD-3-Clause license')
|
|||||||
provides=('shfmt')
|
provides=('shfmt')
|
||||||
conflicts=('shtmt')
|
conflicts=('shtmt')
|
||||||
|
|
||||||
sources_amd64=("git+https://github.com/patrickvane/shfmt.git")
|
sources=("git+https://github.com/patrickvane/shfmt.git")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user