diff options
author | haawda | 2022-05-29 15:22:17 +0200 |
---|---|---|
committer | haawda | 2022-05-29 15:22:17 +0200 |
commit | 11fde12ffbc14370545e31201a0100ef1321262d (patch) | |
tree | 9333f8f916297a11e8eed5d3da023003b1305de0 | |
parent | cff3186c18c589e32dda6c821cf284be1d2475a5 (diff) | |
download | aur-femto-emacs-git.tar.gz |
adjust source url
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = femto-emacs-git pkgdesc = Tiny emacs clone with configuring in FemtoLisp pkgver = 2019.12.16.abb1c38 - pkgrel = 1 + pkgrel = 2 url = https://github.com/FemtoEmacs/Femto-Emacs/ arch = i686 arch = x86_64 @@ -11,8 +11,7 @@ pkgbase = femto-emacs-git depends = termcap provides = femto-emacs conflicts = femto-emacs - source = git://github.com/FemtoEmacs/Femto-Emacs.git + source = git+https://github.com/FemtoEmacs/Femto-Emacs.git md5sums = SKIP pkgname = femto-emacs-git - @@ -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" |