summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-09-14 09:36:11 +0200
committerkleintux2022-09-14 09:36:11 +0200
commit8b5ff4521ebc360b499f334bf76cadb3c00336b3 (patch)
treec4ae04885d63b64bf4f8ef899343f82997403f0e /PKGBUILD
parent2c037767dc517342f75f4708a984bce8e6ea94ec (diff)
downloadaur-edit-git.tar.gz
adopted. fixed dependencies and https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46fbb4858dee..557e6ef10354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
# Contributor: aksr <aksr at t-com dot me>
pkgname=edit-git
pkgver=0.r321.bc24e3d
-pkgrel=1
+pkgrel=2
pkgdesc="An experimental text editor, a relaxing mix of vi & acme."
-arch=('i686' 'x86_64')
-url="http://c9x.me/edit/"
+arch=('i686' 'x86_64' 'aarch64')
+url="https://c9x.me/edit/"
license=('unknown')
-makedepends=('git' 'texlive-bin' 'texlive-core')
+makedepends=('git' 'texlive-bin' 'texlive-core' 'libxft')
install=echo.install
source=("$pkgname::git://c9x.me/ed.git")
md5sums=('SKIP')