mirror of
https://github.com/luzifer-aur/beekeeper-studio-bin.git
synced 2024-11-08 11:10:02 +00:00
SKIP checksums for LICENSE.md
This commit is contained in:
parent
9d892bb275
commit
aa19c4d07f
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = beekeeper-studio-bin
|
||||
pkgdesc = Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more
|
||||
pkgver = 1.7.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.beekeeperstudio.io
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
@ -18,7 +18,7 @@ pkgbase = beekeeper-studio-bin
|
|||
source = https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/beekeeper-studio_1.7.5_amd64.deb
|
||||
source = beekeeper-studio-1.7.5-LICENSE::https://github.com/beekeeper-studio/beekeeper-studio/raw/master/LICENSE.md
|
||||
sha256sums = 13da76eb871a549ef8876681351f1a9edec7460d5152bbda68b5e49cf6430638
|
||||
sha256sums = 787ebc78ce29cd0cea3e52651936df7fef96b117782882fce389c3b7ce5683f5
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = beekeeper-studio-bin
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,7 +5,7 @@ _name_upper='Beekeeper Studio'
|
|||
_pkgname='beekeeper-studio'
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=1.7.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
|
||||
arch=('x86_64')
|
||||
url='https://www.beekeeperstudio.io'
|
||||
|
@ -18,7 +18,7 @@ source=("${_url_source}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64
|
|||
"${_pkgname}-${pkgver}-LICENSE::${_url_source}/raw/master/LICENSE.md")
|
||||
# NB: updpkgsums: LICENSE == SKIP
|
||||
sha256sums=('13da76eb871a549ef8876681351f1a9edec7460d5152bbda68b5e49cf6430638'
|
||||
'787ebc78ce29cd0cea3e52651936df7fef96b117782882fce389c3b7ce5683f5')
|
||||
'SKIP')
|
||||
|
||||
package() {
|
||||
tar -xvf data.tar.xz -C "${pkgdir}"
|
||||
|
|
Loading…
Reference in a new issue