summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-10-19 02:27:46 +0200
committerNicola Murino2019-10-19 02:27:46 +0200
commit325989f2108d379c68f036025e8fc622c259b693 (patch)
treed4e3c8fc6811e137c52f3604604d128296ca3e18
parentcda5a0641a2d0e913de08f25ad4a0143ec072afc (diff)
downloadaur-325989f2108d379c68f036025e8fc622c259b693.tar.gz
fix upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4841e56d6f1..0ba138635917 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = sftpgo
pkgdesc = Full featured and highly configurable SFTP server
pkgver = 0.9.3
- pkgrel = 1
- url = https://github.com/giltene/sftpgo
+ pkgrel = 2
+ url = https://github.com/drakkan/sftpgo
install = sftpgo.install
arch = i686
arch = x86_64
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')