summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2018-07-05 16:58:22 +0200
committerRasmus Steinke2018-07-05 16:58:22 +0200
commita90d252ab5786f80b20df303d0f3fc8813202426 (patch)
tree6af32a3da102cb11fe26de40b76b66659b0c7c6f
parent49dd98c4b5192f37676ff806c2cb1408f14d3597 (diff)
downloadaur-rofi-pass-git.tar.gz
switch to github repo
-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}