summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Reppen2017-08-09 13:54:46 +0200
committerMax Reppen2017-08-09 13:54:46 +0200
commit14fda8f8961d9e9e51031582a5f49f3d1fc0d38c (patch)
tree26af6c3e497b02ece9b9c9e9f7bb58f311107baf
parent536a3714fff5c82e0164eed8c3b602bbb550b29f (diff)
downloadaur-14fda8f8961d9e9e51031582a5f49f3d1fc0d38c.tar.gz
Bump to 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006b15214bd1..39ebd1bf3873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Mar 2 11:09:24 UTC 2017
pkgbase = artisan-roaster-scope
pkgdesc = Artisan is a software that helps coffee roasters record, analyze, and control roast profiles.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 0
url = https://github.com/artisan-roaster-scope/artisan
install = artisan-roaster-scope.install
@@ -26,8 +24,8 @@ pkgbase = artisan-roaster-scope
depends = python2-pymodbus
depends = python2-yoctopuce
depends = python2-unidecode
- source = https://github.com/artisan-roaster-scope/artisan/archive/v1.0.0.tar.gz
- md5sums = 191b6e23b908d4bb1558b022de37722f
+ source = https://github.com/artisan-roaster-scope/artisan/archive/v1.1.0.tar.gz
+ md5sums = 87d84a79537c3c66fafa367d779eeb17
pkgname = artisan-roaster-scope
diff --git a/PKGBUILD b/PKGBUILD
index 5e7ec7c0403d..379b314f6bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christian Schwarz <me@cschwarz.com>
pkgname=artisan-roaster-scope
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=0
pkgdesc="Artisan is a software that helps coffee roasters record, analyze, and control roast profiles."
arch=("any")
@@ -27,7 +27,7 @@ depends=( "python2"
makedepends=('git')
source=("https://github.com/artisan-roaster-scope/artisan/archive/v${pkgver}.tar.gz"
)
-md5sums=('191b6e23b908d4bb1558b022de37722f')
+md5sums=('87d84a79537c3c66fafa367d779eeb17')
#generate with 'makepkg -g'
install="$pkgname.install"