summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrAppleXZ2018-12-30 16:50:55 +0500
committermrAppleXZ2018-12-30 16:50:55 +0500
commitd113608c15d8e71e1d151edaefc203b8b6899b35 (patch)
tree4a6f25f8c2281884a21501ba8510d50fdc3c27d2
parent247b59e3190b26528691d1a60996e92e868ee32f (diff)
downloadaur-d113608c15d8e71e1d151edaefc203b8b6899b35.tar.gz
Oops, forgot to change the checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03dcb92f87f9..2ab5cce9b6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blockbench
pkgdesc = A free, modern block model editor.
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://blockbench.net/
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = blockbench
depends = nss
depends = libxss
source = https://github.com/JannisX11/blockbench/releases/download/v2.3.1/Blockbench_2.3.1_amd64.deb
- sha512sums = a9a1c56742ae930d2bd3f6b91cf5451f37fc42467560a6a9dc3e006673d7085ccf0d63d4fb475e15f5532ad8536bcdf93e3f6de362f6a6a97475c501f46f522e
+ sha512sums = 4318ff1226e3b5de00299d8405854b868598b815de35a655d82c8d9ee86f3a8f8fc298b46696cf1e55e759f24cf04a7d476691c220da9d6640f63298cccea8ec
pkgname = blockbench
diff --git a/PKGBUILD b/PKGBUILD
index 8f8e2d2b4014..3de7d7eb4b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=blockbench
pkgname_orig=Blockbench
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A free, modern block model editor."
arch=('x86_64')
url="https://blockbench.net/"
license=('MIT')
depends=('gconf' 'libnotify' 'libappindicator' 'libxtst' 'nss' 'libxss')
source=("https://github.com/JannisX11/blockbench/releases/download/v${pkgver}/Blockbench_${pkgver}_amd64.deb")
-sha512sums=('a9a1c56742ae930d2bd3f6b91cf5451f37fc42467560a6a9dc3e006673d7085ccf0d63d4fb475e15f5532ad8536bcdf93e3f6de362f6a6a97475c501f46f522e')
+sha512sums=('4318ff1226e3b5de00299d8405854b868598b815de35a655d82c8d9ee86f3a8f8fc298b46696cf1e55e759f24cf04a7d476691c220da9d6640f63298cccea8ec')
package() {
msg2 "Extracting the data.tar.xz..."