summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-05-29 15:22:17 +0200
committerhaawda2022-05-29 15:22:17 +0200
commit11fde12ffbc14370545e31201a0100ef1321262d (patch)
tree9333f8f916297a11e8eed5d3da023003b1305de0 /PKGBUILD
parentcff3186c18c589e32dda6c821cf284be1d2475a5 (diff)
downloadaur-femto-emacs-git.tar.gz
adjust source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e13fa1811d5d..8107fb5405c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=femto-emacs-git
pkgver=2019.12.16.abb1c38
-pkgrel=1
+pkgrel=2
pkgdesc="Tiny emacs clone with configuring in FemtoLisp"
url="https://github.com/FemtoEmacs/Femto-Emacs/"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('ncurses' 'termcap')
makedepends=('git')
conflicts=('femto-emacs')
provides=('femto-emacs')
-source=('git://github.com/FemtoEmacs/Femto-Emacs.git')
+source=('git+https://github.com/FemtoEmacs/Femto-Emacs.git')
md5sums=('SKIP')
_gitname="Femto-Emacs"