summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-10-19 02:27:46 +0200
committerNicola Murino2019-10-19 02:27:46 +0200
commit325989f2108d379c68f036025e8fc622c259b693 (patch)
treed4e3c8fc6811e137c52f3604604d128296ca3e18 /PKGBUILD
parentcda5a0641a2d0e913de08f25ad4a0143ec072afc (diff)
downloadaur-325989f2108d379c68f036025e8fc622c259b693.tar.gz
fix upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f0357319e1a..63084f29d5a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc='Full featured and highly configurable SFTP server'
arch=('i686' 'x86_64')
-url="https://github.com/giltene/${pkgname}"
+url="https://github.com/drakkan/${pkgname}"
license=('GPL3')
depends=('glibc')
makedepends=('gcc' 'git' 'go')