summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2019-10-08 11:04:58 +0900
committerNaoki Kanazawa2019-10-08 11:04:58 +0900
commit09326cc3dfd7d1fd25e87d4e28f1e00f5abf63ff (patch)
tree5c47344a0e08c689476a77aefd6e310dfbac62bd
parentf8305875f152ce8001871da9310e40b4144fc1e4 (diff)
downloadaur-09326cc3dfd7d1fd25e87d4e28f1e00f5abf63ff.tar.gz
Update to v1.52.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9652c0929e39..4ff4659f1bc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = station
pkgdesc = The one app to rule them all
- pkgver = 1.51.1
+ pkgver = 1.52.1
pkgrel = 1
url = https://getstation.com/
arch = x86_64
license = MIT
- source = https://github.com/getstation/desktop-app-releases/releases/download/1.51.1/Station-1.51.1.AppImage
- sha256sums = 1371a6586aca960906732f6f05a92f62ca3202ecabfe4edb523ab87fb0d0d1ed
+ source = https://github.com/getstation/desktop-app-releases/releases/download/1.52.1/Station-1.52.1-x86_64.AppImage
+ sha256sums = 0113589ff2749f08241ecb4a1f25e53ca9d45a7dde0e1dc63cfbe773b6798067
pkgname = station
diff --git a/PKGBUILD b/PKGBUILD
index 9600e43fa004..9eae977f5f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Naoki Kanazawa <nk dot naoki912 at gmail dot com>
# Contributor: Yegorius <yegorius at domic dot us>
pkgname=station
-pkgver=1.51.1
+pkgver=1.52.1
pkgrel=1
pkgdesc='The one app to rule them all'
arch=('x86_64')
@@ -9,9 +9,9 @@ url='https://getstation.com/'
license=('MIT')
#depends=('gtk2' 'gconf' 'xdg-utils' 'libxtst' 'libxss' 'nss' 'alsa-lib' 'xdg-utils')
source=(
- "https://github.com/getstation/desktop-app-releases/releases/download/${pkgver}/Station-${pkgver}.AppImage"
+ "https://github.com/getstation/desktop-app-releases/releases/download/${pkgver}/Station-${pkgver}-x86_64.AppImage"
)
-sha256sums=('1371a6586aca960906732f6f05a92f62ca3202ecabfe4edb523ab87fb0d0d1ed')
+sha256sums=('0113589ff2749f08241ecb4a1f25e53ca9d45a7dde0e1dc63cfbe773b6798067')
prepare() {
chmod u+x ./Station-${pkgver}.AppImage