summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schwarz2016-04-03 18:42:31 +0200
committerChristian Schwarz2016-04-03 18:42:31 +0200
commit6cb9481522776fc1dcdd40ed7e3b370b581ec3b4 (patch)
treebd39eb474c8e6f60d76ae2ffa587cfd2460dd485
parent9e33546e99f68ea01131eccba7189d03aa4e85dd (diff)
downloadaur-6cb9481522776fc1dcdd40ed7e3b370b581ec3b4.tar.gz
Bump to 0.9.9.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c042141d02b..d9fb8e75dda5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 13:43:27 UTC 2016
+# Sun Apr 3 16:42:21 UTC 2016
pkgbase = artisan-roaster-scope
pkgdesc = Artisan is a software that helps coffee roasters record, analyze, and control roast profiles.
- pkgver = 0.9.8
+ pkgver = 0.9.9
pkgrel = 1
url = https://github.com/artisan-roaster-scope/artisan
install = artisan-roaster-scope.install
@@ -25,8 +25,8 @@ pkgbase = artisan-roaster-scope
depends = python2-phidgets
depends = python2-pymodbus
depends = python2-yoctopuce
- source = https://github.com/artisan-roaster-scope/artisan/archive/v0.9.8.tar.gz
- md5sums = c7ac63c932cefde75ee6270fb2edbe13
+ source = https://github.com/artisan-roaster-scope/artisan/archive/v0.9.9.tar.gz
+ md5sums = 69b84003b1062dc58015842ad2d74926
pkgname = artisan-roaster-scope
diff --git a/PKGBUILD b/PKGBUILD
index 9699dd7ca2fa..58859ad8888a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christian Schwarz <me@cschwarz.com>
pkgname=artisan-roaster-scope
-pkgver=0.9.8
+pkgver=0.9.9
pkgrel=1
pkgdesc="Artisan is a software that helps coffee roasters record, analyze, and control roast profiles."
arch=("any")
@@ -26,7 +26,7 @@ depends=( "python2"
makedepends=('git')
source=("https://github.com/artisan-roaster-scope/artisan/archive/v${pkgver}.tar.gz"
)
-md5sums=('c7ac63c932cefde75ee6270fb2edbe13')
+md5sums=('69b84003b1062dc58015842ad2d74926')
#generate with 'makepkg -g'
install="$pkgname.install"
@@ -45,7 +45,7 @@ prepare() {
package() {
- cd "$srcdir/artisan-${pkgver}"
+ cd "$srcdir/artisan-${pkgver}/src"
# Copy the relevant project files to usr/share/artisan
cp -r debian/usr "$pkgdir/"