summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-05-29 16:12:55 +0200
committerhaawda2022-05-29 16:12:55 +0200
commit654ebb0bad60fcbdfc05e88126189068de1ce140 (patch)
tree1e562578f387f09d7e0df0a84b03b6de7e16cb79
parentb230825dbed76c6d393791e39979231ad0a7a140 (diff)
downloadaur-654ebb0bad60fcbdfc05e88126189068de1ce140.tar.gz
fix urls
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afcfa796fbaa..4bdfbefd49f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = udevil-git
pkgdesc = Mount without password
pkgver = 20170628.225
- pkgrel = 1
- url = http://ignorantguru.github.com/udevil
+ pkgrel = 2
+ url = https://github.com/IgnorantGuru/udevil
arch = i686
arch = x86_64
license = GPL3
@@ -30,8 +30,7 @@ pkgbase = udevil-git
options = debug
backup = etc/udevil/udevil.conf
backup = etc/conf.d/devmon
- source = git://github.com/IgnorantGuru/udevil.git#branch=next
+ source = git+https://github.com/IgnorantGuru/udevil.git#branch=next
md5sums = SKIP
pkgname = udevil-git
-
diff --git a/PKGBUILD b/PKGBUILD
index acbba3eb7074..1466889c2a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=udevil-git
pkgver=20170628.225
-pkgrel=1
+pkgrel=2
pkgdesc='Mount without password'
arch=('i686' 'x86_64')
-url=http://ignorantguru.github.com/udevil
+url=https://github.com/IgnorantGuru/udevil
license=('GPL3')
makedepends=('intltool' 'gettext')
depends=('udev' 'glib2')
@@ -28,7 +28,7 @@ conflicts=('udevil' 'devmon' 'devmon-git')
provides=('udevil' 'devmon')
backup=('etc/udevil/udevil.conf' 'etc/conf.d/devmon')
options=(!strip debug)
-source=("git://github.com/IgnorantGuru/udevil.git#branch=next")
+source=("git+${url}.git#branch=next")
md5sums=(SKIP)
pkgver() {