diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-18 16:18:07 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:19:15 +0200 |
commit | be780ce7ee48860bc6c2291508a0870983cf2b37 (patch) | |
tree | 3ebd877175cff817bc291265dff914c4cbd42125 | |
parent | cb0351ec9c3cc81f6e62f80da3e862b82fab0242 (diff) | |
download | pkgbuilds-be780ce7ee48860bc6c2291508a0870983cf2b37.tar.xz |
np1-mps: updpkg, 0.20.02 → 0.20.14
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -2,8 +2,8 @@ # Mon Jun 1 13:54:10 UTC 2015 pkgbase = np1-mps pkgdesc = Terminal based jukebox with playlist management - pkgver = 0.20.02 - pkgrel = 2 + pkgver = 0.20.14 + pkgrel = 1 url = https://github.com/np1/mps install = np1-mps.install arch = any @@ -11,8 +11,8 @@ pkgbase = np1-mps depends = python optdepends = mpv: Alternative to mplayer for playback optdepends = mplayer: Alternative to mpv for playback - source = https://github.com/np1/mps/archive/v0.20.02.tar.gz - md5sums = 32f7939c7b082f5867b874308b377eb8 + source = https://github.com/np1/mps/archive/v0.20.14.tar.gz + sha256sums = 0a78a01a923ab230ffc4d09ee302cbaae6cb4c68cb0d924137e58de8224bcdf3 pkgname = np1-mps @@ -1,8 +1,8 @@ # Maintainer: Johannes Löthberg <johannes@kyriasis.com> pkgname=np1-mps -pkgver=0.20.02 -pkgrel=2 +pkgver=0.20.14 +pkgrel=1 pkgdesc="Terminal based jukebox with playlist management" arch=('any') url='https://github.com/np1/mps' @@ -12,7 +12,7 @@ optdepends=('mpv: Alternative to mplayer for playback' 'mplayer: Alternative to mpv for playback') install=np1-mps.install source=("https://github.com/np1/mps/archive/v$pkgver.tar.gz") -md5sums=('32f7939c7b082f5867b874308b377eb8') +sha256sums=('0a78a01a923ab230ffc4d09ee302cbaae6cb4c68cb0d924137e58de8224bcdf3') package() { cd mps-$pkgver |