summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-10-05 12:49:41 +1300
committercaltlgin2020-10-05 12:49:41 +1300
commitaa19c4d07f321d8d57717bac3ce619d9d7ec8bea (patch)
treeb2a1ca077b5f0ab9902506caafa622a16e0a8820
parent9d892bb2750a75aa6fbe28ae9a7ea3021e00a02b (diff)
downloadaur-aa19c4d07f321d8d57717bac3ce619d9d7ec8bea.tar.gz
SKIP checksums for LICENSE.md
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73996bf23e5a..2166bc6aa271 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 95bf15998a65..a64a551b5b0b 100644
--- a/PKGBUILD
+++ b/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}"