summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicerSlicer2021-06-27 13:53:22 +0200
committerNicerSlicer2021-06-27 13:53:22 +0200
commit69a78b8c0f4035b28ff326bb00b98c04dc94ae44 (patch)
tree582b573ca0abe4abf29dee64ac3418f6b359121d
parentbc779abc903984a4743baf8e09b6e13346cfada0 (diff)
downloadaur-69a78b8c0f4035b28ff326bb00b98c04dc94ae44.tar.gz
Version 2.3 - 27.06.2021 09:38:27 CEST
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b621d85b4a20..b93fd7d04a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = hstr-git
pkgver = 2.3.r1.g1d82a22
pkgrel = 1
url = https://github.com/dvorka/hstr
- arch = any
+ arch = x86_64
license = Apache
makedepends = git
makedepends = readline
diff --git a/PKGBUILD b/PKGBUILD
index 923a49137f80..575beea815a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=hstr-git
pkgver=2.3.r1.g1d82a22
pkgrel=1
pkgdesc="A command line utility that brings improved bash/zsh command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
-arch=('any')
+arch=('x86_64')
url="https://github.com/dvorka/hstr"
license=('Apache')
makedepends=('git' 'readline' 'ncurses')