summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyrozap2024-02-24 23:44:51 -0600
committercyrozap2024-02-24 23:44:51 -0600
commit88f2aa092e01f74071094dcb7595b9c83c7d0893 (patch)
treed21d7008f6d5f2a65eabaf6f83c53b4b913447ab /PKGBUILD
parent64457027fc6fc9831afea2540bddf95b23a7e6bf (diff)
downloadaur-88f2aa092e01f74071094dcb7595b9c83c7d0893.tar.gz
Package is compiled, so arch should be "x86_64", not "any"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06edf63735ee..92f03249a4fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_name}-git"
pkgver=190.861a323
pkgrel=1
pkgdesc="A notification system for tiling window managers"
-arch=('any')
+arch=('x86_64')
url="https://github.com/sboli/twmn"
license=('LGPL3')
provides=('notification-daemon')