summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2021-03-24 08:29:12 +0900
committerNaoki Kanazawa2021-03-24 08:29:12 +0900
commitd041cb26ad453d5647601d6d27b6249317302197 (patch)
treee5b9f059a7e7fb1bcb112cadb0d33be31c388e04
parent632d3b3a0482ecf748a4df213fb0b9d53c9a9911 (diff)
downloadaur-d041cb26ad453d5647601d6d27b6249317302197.tar.gz
Update to v0.17.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30aeab546f6..0d1805e28983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atomic-tweetdeck
pkgdesc = Just a small Electron TweetDeck app.
- pkgver = 0.17.0
+ pkgver = 0.17.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 = atomic-tweetdeck-linux-x64_0.17.0.tgz::https://github.com/dogancelik/atomic-tweetdeck/releases/download/v0.17.0/atomic-tweetdeck-linux-x64.tgz
+ source = atomic-tweetdeck-linux-x64_0.17.1.tgz::https://github.com/dogancelik/atomic-tweetdeck/releases/download/v0.17.1/atomic-tweetdeck-linux-x64.tgz
source = atomic-tweetdeck.desktop
- md5sums = 5bc82b36c347b328a41db9fec5036b48
+ md5sums = c66c3357d8f387be8e66ec8b2d230695
md5sums = 6d0350843795b0e996d159e5dd6607bf
pkgname = atomic-tweetdeck
diff --git a/PKGBUILD b/PKGBUILD
index a521059f4648..d370237fe7b7 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.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="Just a small Electron TweetDeck app."
arch=('any')
@@ -12,7 +12,7 @@ source=(
"atomic-tweetdeck-linux-x64_${pkgver}.tgz::${url}/releases/download/v${pkgver}/atomic-tweetdeck-linux-x64.tgz"
"atomic-tweetdeck.desktop"
)
-md5sums=('5bc82b36c347b328a41db9fec5036b48'
+md5sums=('c66c3357d8f387be8e66ec8b2d230695'
'6d0350843795b0e996d159e5dd6607bf')
package() {