summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinRs2019-05-06 10:49:51 +0800
committerLinRs2019-05-06 10:49:51 +0800
commit10f03b931fd2db8dbac42095a61fabe93d29d065 (patch)
treebf64d18cd74a5ab12fbdae5909f01197fbdea1da
parentc5c9dd5a56374496cafaf836df23d0c40b8603e3 (diff)
downloadaur-10f03b931fd2db8dbac42095a61fabe93d29d065.tar.gz
upgpkg: auctex 12.1-3
- emacs lisp scripts are not limited to x86_64. - thanks for haawda's comment..
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b1809c4a61..ede917c795cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = auctex
pkgdesc = An extensible package for writing and formatting TeX files in Emacs
pkgver = 12.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnu.org/software/auctex/
install = auctex.install
- arch = x86_64
+ arch = any
license = GPL3
depends = emacs
depends = ghostscript
diff --git a/PKGBUILD b/PKGBUILD
index 4dde64c24f37..5da69c8e7406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: LinRs <20455421+LinRs AT users.noreply.github.com>
+# Maintainer: LinRs <LinRs AT users.noreply.github.com>
# Contributor: Eric BĂ©langer <eric@archlinux.org>
pkgname=auctex
pkgver=12.1
-pkgrel=2
+pkgrel=3
pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('x86_64')
+arch=('any')
url="https://www.gnu.org/software/auctex/"
license=('GPL3')
depends=('emacs' 'ghostscript' 'texlive-core')