summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')