summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2022-02-08 06:12:39 +0100
committerChristian Muehlhaeuser2022-02-08 06:12:39 +0100
commit5bfb51239280efc2448c7ce6e910e1b2ab114d23 (patch)
treee344480bc3a22d172f302c2b2a548aa5cb2078c9
parent59e0ba6c32204825179e7e888c2aa70c45dca63b (diff)
downloadaur-5bfb51239280efc2448c7ce6e910e1b2ab114d23.tar.gz
Bump to v0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacf80841e07..eb88688571f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deckmaster
pkgdesc = An application to control your Elgato Stream Deck
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/muesli/deckmaster
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = deckmaster
makedepends = git
makedepends = go
depends = ttf-roboto
- source = https://github.com/muesli/deckmaster/archive/v0.6.0/deckmaster-0.6.0.tar.gz
- sha256sums = 7f091e3cf9b792f4a36029eb6d487ee79a81c2f09fdf902e6d2a58db040a30e1
+ source = https://github.com/muesli/deckmaster/archive/v0.7.0/deckmaster-0.7.0.tar.gz
+ sha256sums = 1e0afbabad74f95c850768ae2d64a267fcd3bc8708659f5ce3213b729002a1ac
pkgname = deckmaster
diff --git a/PKGBUILD b/PKGBUILD
index febf2229980f..8a88f683ca78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=deckmaster
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="An application to control your Elgato Stream Deck"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('ttf-roboto')
makedepends=('git' 'go')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7f091e3cf9b792f4a36029eb6d487ee79a81c2f09fdf902e6d2a58db040a30e1')
+sha256sums=('1e0afbabad74f95c850768ae2d64a267fcd3bc8708659f5ce3213b729002a1ac')
build() {
local commit