aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Kleinespel2020-04-19 13:39:09 +0200
committerConrad Kleinespel2020-04-19 13:39:09 +0200
commit9b95b5c55a20650ea723df54b4895d7f23fe4671 (patch)
tree8ff87151a9670ab66cdb87005f0611979d6809ce /PKGBUILD
parent490aa06879bad34b5924f1aa75574c735d29d9b3 (diff)
downloadaur-9b95b5c55a20650ea723df54b4895d7f23fe4671.tar.gz
fixes github link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {