summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2015-12-29 04:21:01 +0200
committerDet2015-12-29 04:21:01 +0200
commitb4c0970b909dc348db686670988c71872e0c1697 (patch)
tree5697f92266944cd7fd3e3b33c6c4ec17f65c76af
parent2aaf9c89ceafb0c8761a7215dd55ef6731592bf8 (diff)
downloadaur-b4c0970b909dc348db686670988c71872e0c1697.tar.gz
Better update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ffffe880ea8..f25da0550949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ pkgbase = npapi-vlc-git
pkgdesc = The modern VLC Mozilla (NPAPI) plugin - Git version
pkgver = 2.2.1.95.r1444.gd5accd8
pkgrel = 1
- url = http://git.videolan.org/?p=npapi-vlc.git;a=summary
+ url = https://code.videolan.org/videolan/npapi-vlc
arch = i686
arch = x86_64
- license = LGPL-2.1
+ license = GPL2+
makedepends = git
makedepends = gtk2
makedepends = npapi-sdk
@@ -13,7 +13,7 @@ pkgbase = npapi-vlc-git
provides = npapi-vlc=2.2.1.95.r1444.gd5accd8
conflicts = npapi-vlc
options = !libtool
- source = git://code.videolan.org/videolan/npapi-vlc.git
+ source = git+https://code.videolan.org/videolan/npapi-vlc/npapi-vlc.git
md5sums = SKIP
pkgname = npapi-vlc-git
diff --git a/PKGBUILD b/PKGBUILD
index 514885fe7934..cb283d1483f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgver=2.2.1.95.r1444.gd5accd8
pkgrel=1
pkgdesc="The modern VLC Mozilla (NPAPI) plugin - Git version"
arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$_pkgname.git;a=summary"
-license=('LGPL-2.1')
+url="https://code.videolan.org/videolan/npapi-vlc"
+license=('GPL2+')
depends=('vlc')
makedepends=('git' 'gtk2' 'npapi-sdk')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
options=('!libtool')
-source=("git://code.videolan.org/videolan/$_pkgname.git")
+source=("git+$url/$_pkgname.git")
md5sums=('SKIP')
pkgver() {