summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-04-14 21:11:55 +0300
committerJonian Guveli2018-04-14 21:11:55 +0300
commit2880ca64c5748a66590a20a2b0f5639bd611fa0d (patch)
treeaa279f8e631c46ae40be76eecbbf59183e67d549
parent3888d86adc96068ce9a1b6ea9296944f2f7e9010 (diff)
downloadaur-2880ca64c5748a66590a20a2b0f5639bd611fa0d.tar.gz
optimize source and add md5sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7182de17f79..829a42b7a0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Dec 12 13:09:13 UTC 2015
pkgbase = sopcast-launcher
pkgdesc = Sopcast Launcher allows you to open Sopcast links with a Media Player of your choice
pkgver = 0.4.2
@@ -12,8 +10,8 @@ pkgbase = sopcast-launcher
depends = sopcast
optdepends = vlc
provides = sopcast-launcher
- source = https://github.com/jonian/sopcast-launcher/archive/v0.4.2.tar.gz
- md5sums = SKIP
+ source = sopcast-launcher-0.4.2::https://github.com/jonian/sopcast-launcher/archive/v0.4.2.tar.gz
+ md5sums = 6e459d6b6b9b8fbb75c5606d92ed25fe
pkgname = sopcast-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 0c3ea481aa64..7a64fd6f60ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=("GPL")
depends=("python-psutil" "python-notify2" "sopcast")
optdepends=("vlc")
provides=("sopcast-launcher")
-source=("https://github.com/jonian/sopcast-launcher/archive/v$pkgver.tar.gz")
-md5sums=("SKIP")
+source=("$pkgname-$pkgver::https://github.com/jonian/sopcast-launcher/archive/v$pkgver.tar.gz")
+md5sums=("6e459d6b6b9b8fbb75c5606d92ed25fe")
package() {
mkdir -p "$pkgdir/opt"
@@ -24,4 +24,3 @@ package() {
ln -s "/opt/$pkgname/sopcast_launcher.py" "$pkgdir/usr/bin/sopcast-launcher"
mv "$pkgdir/opt/$pkgname/sopcast-launcher.desktop" "$pkgdir/usr/share/applications/sopcast-launcher.desktop"
}
-