summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Sänger2022-10-11 15:08:25 +0200
committerThomas Sänger2022-10-11 15:08:25 +0200
commitaf199e5a1a6a7b2acec063a5726f68af4fcbc84b (patch)
tree2c76f57449a1789b50c6bdcde754bfc27b93b5fe /PKGBUILD
parent033c1e349c2da216f897fb7a7a689033b1a77a8f (diff)
downloadaur-af199e5a1a6a7b2acec063a5726f68af4fcbc84b.tar.gz
fix source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17ecf9b95f7a..57acedd2cc97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# $Id: PKGBUILD 188058 2016-08-30 15:26:04Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Thomas Sänger <thomas+aur@gecko.space>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Morgan LEFIEUX <comete_AT_archlinuxfr.org>
pkgname=ubi_reader
@@ -11,7 +12,7 @@ url="https://github.com/jrspruitt/ubi_reader"
license=('GPL3')
depends=('python2' 'python2-lzo' 'python2-setuptools')
makedepends=('git')
-source=("git://github.com/jrspruitt/ubi_reader.git")
+source=("git+https://github.com/jrspruitt/ubi_reader.git")
md5sums=('SKIP')
build() {