summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Reppen2018-03-05 00:32:23 +0100
committerMax Reppen2018-03-05 00:32:23 +0100
commit7920c01a0cadfd92d3ac3ae5253e37095728da8d (patch)
treee1675d27199dfff21975e02b58e9f48e9ebbc7ff
parent9117bd0ab2e18396aad01a34d63468f424d23065 (diff)
downloadaur-7920c01a0cadfd92d3ac3ae5253e37095728da8d.tar.gz
Updated source, disabled stripping, removed dependency
Source was updated upstream (same name) Stripping causes crashes in scipy libraries PyInstaller does not require python
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca6ca7cb61b..5c06d23a60d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = artisan-roaster-scope
pkgdesc = Artisan is a software that helps coffee roasters record, analyze, and control roast profiles.
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/artisan-roaster-scope/artisan
arch = x86_64
license = GPL3
- depends = python
+ options = !strip
source = https://github.com/artisan-roaster-scope/artisan/releases/download/v1.2.0/artisan-linux-1.2.0_amd64.deb
- sha256sums = 292734bd254e49a93eb173869cb49c87c2ddca077eacbcde080c48fa8eeb5d6f
+ sha256sums = e210bbbc6e09ebe2daa108a6598b8f02459fca3ddfa5136cd3ced347d71a3ef0
pkgname = artisan-roaster-scope
diff --git a/PKGBUILD b/PKGBUILD
index c47791d64c74..84d248c1198b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Christian Schwarz <me@cschwarz.com>
pkgname=artisan-roaster-scope
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Artisan is a software that helps coffee roasters record, analyze, and control roast profiles."
arch=("x86_64")
url="https://github.com/artisan-roaster-scope/artisan"
license=('GPL3')
-depends=( "python" )
+depends=()
source=(
"https://github.com/artisan-roaster-scope/artisan/releases/download/v${pkgver}/artisan-linux-${pkgver}_amd64.deb"
)
sha256sums=(
-'292734bd254e49a93eb173869cb49c87c2ddca077eacbcde080c48fa8eeb5d6f'
+'e210bbbc6e09ebe2daa108a6598b8f02459fca3ddfa5136cd3ced347d71a3ef0'
)
+options+=(!strip) # stripping causes crashes
prepare() {
tar -xf data.tar.gz