summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé San Juan2020-06-04 16:11:05 +0100
committerJosé San Juan2020-06-04 16:11:05 +0100
commit57d0cc3fcee22f532cf7588816ab3b88f4ef6ad5 (patch)
tree12507b77cdd2d89a20b28aefbaca778866ad7f5d
parent7792960d123fc64a9b67428dd8e93a82b9cfdec3 (diff)
downloadaur-57d0cc3fcee22f532cf7588816ab3b88f4ef6ad5.tar.gz
Removed binary stripping
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5873c64df5e8..8c9eeaca2291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = snapmaker-luban
pkgdesc = Snapmaker Luban is an easy-to-use 3-in-1 software tailor-made for Snapmaker machines.
pkgver = 3.4.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.snapmaker.com
arch = x86_64
license = AGPL v3
noextract = snapmaker-luban-3.4.2-linux-amd64.deb
noextract = libgconf-2-4_3.2.6-6_amd64.deb
+ options = !strip
source = https://github.com/Snapmaker/Luban/releases/download/v3.4.2/snapmaker-luban-3.4.2-linux-amd64.deb
source = https://snapshot.debian.org/archive/debian/20191014T030756Z/pool/main/g/gconf/libgconf-2-4_3.2.6-6_amd64.deb
- md5sums = ab939afafe59b93e85c508f174752975
- md5sums = 4030a38f07ebc0a322355a160e669e65
+ sha256sums = 1d1bedc5ea63b0c5abf93f50da94ef3f3fff6ff4ca170ac6a358bac24de74a9f
+ sha256sums = 57a77787a3b29cef92470e2ffdf6582924bfdab2f38d089c490c5ac8511c60cd
pkgname = snapmaker-luban
diff --git a/PKGBUILD b/PKGBUILD
index c1b5a341537b..160540f21ce6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: José San Juan <josesj@gmail.com>
pkgname=snapmaker-luban
pkgver=3.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Snapmaker Luban is an easy-to-use 3-in-1 software tailor-made for Snapmaker machines."
url="http://www.snapmaker.com"
license=('AGPL v3')
arch=('x86_64')
-md5sums=('ab939afafe59b93e85c508f174752975'
- '4030a38f07ebc0a322355a160e669e65'
-)
-
+options=('!strip')
source=(
"https://github.com/Snapmaker/Luban/releases/download/v${pkgver}/snapmaker-luban-${pkgver}-linux-amd64.deb"
"https://snapshot.debian.org/archive/debian/20191014T030756Z/pool/main/g/gconf/libgconf-2-4_3.2.6-6_amd64.deb"
)
-
+sha256sums=(
+ '1d1bedc5ea63b0c5abf93f50da94ef3f3fff6ff4ca170ac6a358bac24de74a9f'
+ '57a77787a3b29cef92470e2ffdf6582924bfdab2f38d089c490c5ac8511c60cd'
+)
noextract=("${source[@]##*/}")
prepare() {