summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-05-29 15:22:17 +0200
committerhaawda2022-05-29 15:22:17 +0200
commit11fde12ffbc14370545e31201a0100ef1321262d (patch)
tree9333f8f916297a11e8eed5d3da023003b1305de0
parentcff3186c18c589e32dda6c821cf284be1d2475a5 (diff)
downloadaur-femto-emacs-git.tar.gz
adjust source url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cfe23b262bf..63b2df61c242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
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"