summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2021-02-10 00:52:42 +0900
committerNaoki Kanazawa2021-02-10 00:52:42 +0900
commit83316ee9e74a9668a15bbaac7b0d383db8ac03dc (patch)
tree41547366b8442b6999df8f3d0b8078c1fe030514
parent602a1a728abf6675465e2658236a841a39204307 (diff)
downloadaur-83316ee9e74a9668a15bbaac7b0d383db8ac03dc.tar.gz
Update to v0.16.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863639c3b6cc..3ef1051bfdab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atomic-tweetdeck
pkgdesc = Just a small Electron TweetDeck app.
- pkgver = 0.15.0
+ pkgver = 0.16.1
pkgrel = 1
url = https://github.com/dogancelik/atomic-tweetdeck
arch = any
@@ -12,9 +12,9 @@ pkgbase = atomic-tweetdeck
depends = libxss
depends = nss
depends = alsa-lib
- source = https://github.com/dogancelik/atomic-tweetdeck/releases/download/v0.15.0/atomic-tweetdeck-linux-x64.tgz
+ source = https://github.com/dogancelik/atomic-tweetdeck/releases/download/v0.16.1/atomic-tweetdeck-linux-x64.tgz
source = atomic-tweetdeck.desktop
- md5sums = 39ed6903bdd2a45ca7398764910425a2
+ md5sums = e226ecb507f605a661ff2986c3298a51
md5sums = 6d0350843795b0e996d159e5dd6607bf
pkgname = atomic-tweetdeck
diff --git a/PKGBUILD b/PKGBUILD
index 75291f32b2d0..1c975009ee14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Naoki Kanazawa <nk dot naoki912 at gmail dot com>
# Co-Maintainer: therojam <archlinux at therojam dot xyz>
pkgname=atomic-tweetdeck
-pkgver=0.15.0
+pkgver=0.16.1
pkgrel=1
pkgdesc="Just a small Electron TweetDeck app."
arch=('any')
@@ -12,7 +12,7 @@ source=(
"${url}/releases/download/v${pkgver}/atomic-tweetdeck-linux-x64.tgz"
"atomic-tweetdeck.desktop"
)
-md5sums=('39ed6903bdd2a45ca7398764910425a2'
+md5sums=('e226ecb507f605a661ff2986c3298a51'
'6d0350843795b0e996d159e5dd6607bf')
package() {