summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarbonFixer2017-03-08 10:53:28 +0200
committerCarbonFixer2017-03-08 10:53:28 +0200
commitd10a3f36c677b010051aaaa3e2a3c41f07b09bb5 (patch)
treec0de17bf8d59794e7da5cfc5fef081867179368f
parent9acc5dc49c5b1dcda95a7b3b3ad626b63a7a27a5 (diff)
downloadaur-d10a3f36c677b010051aaaa3e2a3c41f07b09bb5.tar.gz
update source code location to github
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5dbb31792ef..c785ccb519d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = sopcast-player
pkgdesc = GUI front-end for p2p TV sopcast
pkgver = 0.8.5
- pkgrel = 2
- url = http://code.google.com/p/sopcast-player/
+ pkgrel = 3
+ url = https://github.com/sopcast-player/sopcast-player
install = sopcast-player.install
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sopcast-player
depends = pygtk
depends = sopcast
depends = vlc
- source = http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz
+ source = https://github.com/sopcast-player/sopcast-player/files/465627/sopcast-player-0.8.5.tar.gz
md5sums = 731e2f2a9c9af4ec4c92321fae9a2fea
pkgname = sopcast-player
diff --git a/PKGBUILD b/PKGBUILD
index aa3cb4457921..d913244899a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: archtux <antonio dot arias99999 at gmail dot com>
+# Maintainer: shimi <shimi dot chen at gmail dot com>
pkgname=sopcast-player
pkgver=0.8.5
-pkgrel=2
+pkgrel=3
pkgdesc="GUI front-end for p2p TV sopcast"
arch=('i686' 'x86_64')
-url="http://code.google.com/p/sopcast-player/"
+url="https://github.com/sopcast-player/sopcast-player"
license=('GPL2')
depends=('gtk2' 'hicolor-icon-theme' 'pygtk' 'sopcast' 'vlc')
#options=('!makeflags')
install=$pkgname.install
-source=(http://sopcast-player.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+source=(https://github.com/sopcast-player/sopcast-player/files/465627/$pkgname-$pkgver.tar.gz)
md5sums=('731e2f2a9c9af4ec4c92321fae9a2fea')
-
prepare() {
cd $srcdir/$pkgname
# Python2 fix
@@ -27,4 +26,4 @@ build() {
package() {
cd $srcdir/$pkgname
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}