summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoshless2017-08-15 19:21:56 +0200
committerRoshless2017-08-15 19:21:56 +0200
commit48183b0c4e11c1f56c4c5d929bf9121ef08aa208 (patch)
tree2536786b4354058232b4ef4c538cac82520b92b9
parentaac54ac2026d273b21b100f5ca6ee867dd57b904 (diff)
downloadaur-48183b0c4e11c1f56c4c5d929bf9121ef08aa208.tar.gz
update to 1.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e09017fea0e0..cde55958f029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Roshless <aur@roshless.com>
pkgname=yt-rss-watcher
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Automation tool for listening to music on youtube"
arch=('any')
@@ -8,7 +8,7 @@ url="https://git.roshless.me/Roshless/yt-rss-watcher"
license=('GPL')
depends=('python' 'youtube-dl' 'mpv' 'python-feedparser' 'python-arrow')
source=(${pkgname}-${pkgver}.tar.gz::https://git.roshless.me/Roshless/yt-rss-watcher/archive/${pkgver}.tar.gz)
-sha256sums=('7e88302f9d0045050976f7134d5d11b35e7a438f9816ae566ffd3f16d11179d5')
+sha256sums=('d60dbcd7b0501541c1b53a80cf53cba2a67044df27299a02f06884c4d85e8122')
package() {
cd "${srcdir}/${pkgname}"