diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-29 13:15:10 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:07:28 +0200 |
commit | c073ca2625af770688d55de59ef06f96f85a737a (patch) | |
tree | 1e0881773cf1c519e7bc3f9f210e47582c402e97 /PKGBUILD | |
parent | d43893392f4ebe289f188b81a4255f800ac96bba (diff) | |
download | pkgbuilds-c073ca2625af770688d55de59ef06f96f85a737a.tar.xz |
mps-youtube: updpkg 0.2.0 → 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgname=mps-youtube -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +pkgrel=1 pkgdesc="Terminal based YouTube jukebox with playlist management" url='https://github.com/np1/mps-youtube' @@ -17,7 +17,7 @@ optdepends=('mpv: Alternative to mplayer for playback' install=mps-youtube.install source=("https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz") -sha256sums=('96d83868dc19a916119772ca00378b2a500a70eaedf9f217c508c673cd1e3f17') +sha256sums=('858db8a0c075bcb7f3bab22fbace7e0ce4d1eba142a2d26e8d71ae3503d23249') package() { cd mps-youtube-$pkgver |