summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Sutter2022-09-27 15:58:13 -0400
committerBen Sutter2022-09-27 15:58:13 -0400
commitad227c93a65d2048be9af155e1d301ab342e5a8d (patch)
treef766eccee05608ff6724817a3b4f72264f94af81 /PKGBUILD
parent2d59844ea533c75bbb84b1304192602af4dee105 (diff)
downloadaur-remake-git.tar.gz
minor
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 770370cb036e..48bd9ef380a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-#PKGBUILD was last modified on September 19, 2022 at 05:32 PM EDT by bms#
+#PKGBUILD was last modified on September 27, 2022 at 03:55 PM EDT by bms#
# Maintainer: Ben Sutter <benjaminsutter@outlook.com>
pkgname=remake-git
pkgver=r3131.7619a012
pkgrel=1
pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
-arch=('x86_64' 'aarch64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://bashdb.sourceforge.net/remake/"
license=('GPL3')
provides=("remake=$pkgver")
-conflicts=('remake')
depends=('glibc' 'guile')
makedepends=('git' 'patch')
source=("${pkgname%-git}::git+https://github.com/rocky/remake.git")