summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bdfbefd49f0..e67b3e251b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = udevil-git
pkgdesc = Mount without password
- pkgver = 20170628.225
- pkgrel = 2
- url = https://github.com/IgnorantGuru/udevil
+ pkgver = 20200402.230
+ pkgrel = 1
+ url = https://github.com/alpharde/udevil
arch = i686
arch = x86_64
license = GPL3
@@ -30,7 +30,7 @@ pkgbase = udevil-git
options = debug
backup = etc/udevil/udevil.conf
backup = etc/conf.d/devmon
- source = git+https://github.com/IgnorantGuru/udevil.git#branch=next
+ source = git+https://github.com/alpharde/udevil.git
md5sums = SKIP
pkgname = udevil-git
diff --git a/PKGBUILD b/PKGBUILD
index 1466889c2a48..ec49a5086448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=udevil-git
-pkgver=20170628.225
-pkgrel=2
+pkgver=20200402.230
+pkgrel=1
pkgdesc='Mount without password'
arch=('i686' 'x86_64')
-url=https://github.com/IgnorantGuru/udevil
+url=https://github.com/alpharde/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+${url}.git#branch=next")
+source=("git+${url}.git")
md5sums=(SKIP)
pkgver() {