summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaël Guillemenot Personnel2022-06-27 11:50:32 +0200
committerLaël Guillemenot Personnel2022-06-27 11:50:32 +0200
commitbd4abad15eefa27b24270372b3d2deabc4a58127 (patch)
tree0812bcf1da19cfb5c3e62e44b92406fa04d27613 /PKGBUILD
parentbdc25b5b57aa1014ff2a3bfbbbd219f5b6daea73 (diff)
downloadaur-bd4abad15eefa27b24270372b3d2deabc4a58127.tar.gz
Fix git url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6777304b16e1..bdd1d15e2d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=subnode
pkgname=$_name-git
-pkgver=1.1.15
+pkgver=1.1.15.5.gf0f649d
pkgrel=1
pkgdesc="Node app to download subtitles for you TV Shows"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('custom')
depends=('nodejs')
makedepends=('git')
install=subnode.install
-source=("$pkgname::git://github.com/ocombe/subNode.git"
+source=("$pkgname::git+https://github.com/ocombe/subNode.git"
'subnode-system.service'
'subnode-server.sh')
md5sums=('SKIP'