summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53a7a5bcada7..c53e5a247318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 28 20:37:18 UTC 2017
+# Thu Jul 5 14:58:03 UTC 2018
pkgbase = rofi-pass-git
pkgdesc = bash script to handle pass storages in a convenient way
- pkgver = 5.f4255a9
+ pkgver = 502.4fdd367
pkgrel = 1
url = https://github.com/carnager/rofi-pass
install = rofi-pass.install
@@ -17,7 +17,7 @@ pkgbase = rofi-pass-git
depends = xclip
depends = pwgen
optdepends = passed-git: change fieldnames in password files
- source = git+https://git.53280.de/rofi-pass
+ source = git+https://github.com/carnager/rofi-pass
md5sums = SKIP
pkgname = rofi-pass-git
diff --git a/PKGBUILD b/PKGBUILD
index 1b3ec269ae2d..0de156f25a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rofi-pass-git
_pkgname=rofi-pass
-pkgver=5.f4255a9
+pkgver=502.4fdd367
pkgrel=1
pkgdesc="bash script to handle pass storages in a convenient way"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('passed-git: change fieldnames in password files')
install=rofi-pass.install
makedepends=('git')
-source=('git+https://git.53280.de/rofi-pass')
+source=('git+https://github.com/carnager/rofi-pass')
pkgver() {
cd ${_pkgname}