aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Kleinespel2020-04-19 13:39:09 +0200
committerConrad Kleinespel2020-04-19 13:39:09 +0200
commit9b95b5c55a20650ea723df54b4895d7f23fe4671 (patch)
tree8ff87151a9670ab66cdb87005f0611979d6809ce
parent490aa06879bad34b5924f1aa75574c735d29d9b3 (diff)
downloadaur-9b95b5c55a20650ea723df54b4895d7f23fe4671.tar.gz
fixes github link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864484d4a0f5..367a194b54d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = rooster
pkgdesc = A simple password manager for geeks
pkgver = 2.8.6
pkgrel = 1
- url = https://github.com/conradkdotcom/rooster
+ url = https://github.com/conradkleinespel/rooster
arch = i686
arch = x86_64
license = Apache-2.0
@@ -18,7 +18,7 @@ pkgbase = rooster
depends = libsodium
depends = openssl
depends = xsel
- source = rooster-2.8.6.tar.gz::https://github.com/conradkdotcom/rooster/archive/v2.8.6.tar.gz
+ source = rooster-2.8.6.tar.gz::https://github.com/conradkleinespel/rooster/archive/v2.8.6.tar.gz
sha256sums = b05d2c368ac26d96edd058130bfc7cc7a1960a5bfbc63b6ddfad62d27b08d62f
pkgname = rooster
diff --git a/PKGBUILD b/PKGBUILD
index ad5fe7731d6d..f78ce8be5612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=rooster
pkgver=2.8.6
pkgrel=1
pkgdesc="A simple password manager for geeks"
-url="https://github.com/conradkdotcom/rooster"
+url="https://github.com/conradkleinespel/rooster"
makedepends=('cargo' 'pkg-config' 'libx11' 'libxmu' 'python3' 'libsodium' 'openssl')
depends=('libx11' 'libxmu' 'libsodium' 'openssl' 'xsel')
arch=('i686' 'x86_64')
license=('Apache-2.0')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/conradkdotcom/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/conradkleinespel/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('b05d2c368ac26d96edd058130bfc7cc7a1960a5bfbc63b6ddfad62d27b08d62f')
build() {