diff options
Diffstat (limited to 'community/me-tv')
-rw-r--r-- | community/me-tv/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/me-tv/PKGBUILD b/community/me-tv/PKGBUILD index 4a97fb410..46de5ec1b 100644 --- a/community/me-tv/PKGBUILD +++ b/community/me-tv/PKGBUILD @@ -5,8 +5,9 @@ #Previous Contributor: Jeff Bailes <thepizzaking@gmail.com> pkgname=me-tv -pkgver=2.0.1 -pkgrel=3 +pkgver=1.3.6 +pkgrel=1 +epoch=1 pkgdesc="A GTK desktop application for watching digital television services that use the DVB standard" arch=('i686' 'x86_64') url="https://launchpad.net/me-tv" @@ -16,7 +17,6 @@ makedepends=('intltool') install='me-tv.install' source=("http://launchpad.net/${pkgname}/${pkgver:0:3}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") options=('!emptydirs') -md5sums=('7cda820b795f2fea522ba3de5e312483') build() { @@ -40,3 +40,4 @@ package() { rm -rf "${pkgdir}/usr/etc/" } +md5sums=('948a6957c3cd268717e139046269c410') |