summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraffe-ali2021-06-04 20:12:13 +0200
committeraffe-ali2021-06-04 20:12:13 +0200
commitfcb1f067b952864265e9cbc6c4dea459c7b254f8 (patch)
treeabfb1ac3f7ac45d81c3befe16eba987dd8de6b0c
parentffa02b24c0673f61fdb722b99028587430bde8f2 (diff)
downloadaur-fcb1f067b952864265e9cbc6c4dea459c7b254f8.tar.gz
Change download protocol to git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91910c01425b..5c6b137ae9b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gydl-git
pkgdesc = Gydl (Graphical Youtube-dl) is a GUI wrapper around the already existing youtube-dl program.
- pkgver = r88.fae39bc
+ pkgver = r111.ae2d296
pkgrel = 1
url = https://github.com/JannikHv/gydl
arch = any
@@ -12,8 +12,7 @@ pkgbase = gydl-git
depends = python-gobject
depends = youtube-dl
conflicts = gydl
- source = gydl-git::git://github.com/JannikHv/gydl.git
+ source = gydl-git::git+https://github.com/JannikHv/gydl.git
sha256sums = SKIP
pkgname = gydl-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e53581c719d9..6b5e13d23e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: affe-ali <affe-ali@web.de>
#Co-Maintainer: Jannik Hauptvogel <jannikhv@gmail.com>
pkgname=gydl-git
-pkgver=r88.fae39bc
+pkgver=r111.ae2d296
pkgrel=1
pkgdesc="Gydl (Graphical Youtube-dl) is a GUI wrapper around the already existing youtube-dl program."
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python' 'gtk3' 'python-gobject' 'youtube-dl')
makedepends=('git' 'meson')
conflicts=('gydl')
-source=("$pkgname"::"git://github.com/JannikHv/gydl.git")
+source=("$pkgname"::"git+https://github.com/JannikHv/gydl.git")
sha256sums=('SKIP')
pkgver() {
@@ -29,4 +29,4 @@ package() {
cd "$srcdir/$pkgname/build"
env DESTDIR="$pkgdir" ninja install
install -D ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-} \ No newline at end of file
+}