summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsigma2020-03-02 11:03:27 +0000
committersigma2020-03-02 11:03:27 +0000
commit6d584b5e63d14b298fca3616ffde37239d17127a (patch)
treeb384d7672c902dc4a303158a2f35f3d2eadd53b4 /PKGBUILD
parenta67f0116f5668e41c62baf0a1e5f71b62657fca6 (diff)
downloadaur-6d584b5e63d14b298fca3616ffde37239d17127a.tar.gz
Update upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6db3bd1c404b..a5391933bd31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ pkgver=26.2.90.135232
pkgrel=1
pkgdesc="Development branch of REmacs, a fork of GNU Emacs with components rewritten in Rust"
arch=('i686' 'x86_64' 'aarch64')
-url="https://github.com/Wilfred/remacs.git"
+url="https://github.com/remacs/remacs.git"
license=('GPL')
depends=('gpm' 'm17n-lib' 'alsa-lib' 'imagemagick')
makedepends=('git' 'clang' 'rustup')
@@ -80,7 +80,7 @@ fi
if [[ $DOCS_PDF = "YES" ]]; then makedepends+=('texlive-core'); fi
#######################################################################
#######################################################################
-source=("$pkgname::git+https://github.com/Wilfred/remacs.git")
+source=("$pkgname::git+https://github.com/remacs/remacs.git")
md5sums=('SKIP')
pkgver() {