summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2022-01-15 13:23:02 +0100
committerxeruf2022-01-15 13:23:02 +0100
commite6c86d6b70d38893fe2195568a133d327ede68fc (patch)
treeb44f2d19117708aaa82ef6a1c471e5e6dea3141d
parenta499df7fddef7d02b0200bead1de2295c1fbbf73 (diff)
downloadaur-e6c86d6b70d38893fe2195568a133d327ede68fc.tar.gz
Remove bin suffix
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ab4911cad1..5c07b79cf7eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
-pkgbase = context-bin
+pkgbase = context
pkgdesc = ConTeXt LMTX, the Lean and Mean TeX eXperience with Lua, MetaPost, TeX, and XML
pkgver = 1.04
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.contextgarden.net/Installation
install = context.install
arch = x86_64
license = GPL
provides = context
conflicts = texlive-core
+ replaces = context-bin
source = http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip
- md5sums = SKIP
+ sha256sums = SKIP
-pkgname = context-bin
+pkgname = context
diff --git a/PKGBUILD b/PKGBUILD
index 0b2260cf3822..9633e1970cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: xerus <27jf at pm dot me>
+# Maintainer: xeruf <27jf at pm dot me>
_pkgname=context
-pkgname=${_pkgname}-bin
+pkgname=${_pkgname}
pkgver=1.04
-pkgrel=1
+pkgrel=2
pkgdesc='ConTeXt LMTX, the Lean and Mean TeX eXperience with Lua, MetaPost, TeX, and XML'
arch=('x86_64')
url="https://wiki.contextgarden.net/Installation"
license=(GPL)
depends=()
-provides=("${_pkgname}")
-conflicts=("texlive-core")
+replaces=(context-bin)
+provides=(${_pkgname})
+conflicts=(texlive-core)
optdepends=()
source=("http://lmtx.pragma-ade.nl/install-lmtx/context-linux-64.zip")
-md5sums=(SKIP)
+sha256sums=(SKIP)
install=${_pkgname}.install
prepare() {