summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfperini2015-08-15 19:53:34 -0300
committerjfperini2015-08-15 19:53:34 -0300
commit9b4421ad9bb3085518ff6d523a5f325d44cc2e5a (patch)
tree3973fb96d0da7cd9f2dea3e0beb7ef1f5cfceeca
parent65e2d270c96b484aa0d895b92824e25e983f28b0 (diff)
downloadaur-tv-maxe-git.tar.gz
Change source and depends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa0270e33326..99be1d6fb520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ pkgbase = tv-maxe-git
pkgdesc = Watch TV channels on Linux.
pkgver = 0.11+r43.0906f69
pkgrel = 1
- url = http://code.google.com/p/tv-maxe
+ url = https://github.com/ov1d1u/tv-maxe
install = tv-maxe-git.install
arch = any
- license = GPL v3
+ license = GPLv3
makedepends = git
depends = python2
depends = pygtk
@@ -16,10 +16,9 @@ pkgbase = tv-maxe-git
depends = gstreamer0.10-python
depends = ffmpeg
depends = python2-pillow
- depends = python-virtkey
optdepends = lirc
optdepends = mencoder
- source = tv-maxe-git::git+https://code.google.com/p/tv-maxe
+ source = tv-maxe-git::git+https://github.com/ov1d1u/tv-maxe
md5sums = SKIP
pkgname = tv-maxe-git
diff --git a/PKGBUILD b/PKGBUILD
index f268ab50b519..913acae9a421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,19 @@ pkgname=tv-maxe-git
pkgver=0.11+r43.0906f69
pkgrel=1
pkgdesc="Watch TV channels on Linux."
-url="http://code.google.com/p/tv-maxe"
+url="https://github.com/ov1d1u/tv-maxe"
+# http://code.google.com/p/tv-maxe
arch=('any')
-license=('GPL v3')
+license=('GPLv3')
makedepends=('git')
-depends=('python2' 'pygtk' 'vlc' 'mplayer' 'libstdc++5' 'sopcast' 'gstreamer0.10-python' 'ffmpeg' 'python2-pillow' 'python-virtkey')
+depends=('python2' 'pygtk' 'vlc' 'mplayer' 'libstdc++5' 'sopcast' 'gstreamer0.10-python' 'ffmpeg' 'python2-pillow')
+# depends delete: 'python-virtkey'
# conflicts=('')
# provides=('')
optdepends=('lirc' 'mencoder')
install="$pkgname.install"
-source=("$pkgname"::'git+https://code.google.com/p/tv-maxe')
+# source change:'git+https://code.google.com/p/tv-maxe'
+source=("$pkgname"::'git+https://github.com/ov1d1u/tv-maxe')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')
@@ -58,4 +61,4 @@ package() {
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et: