summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2024-02-24 23:44:51 -0600
committercyrozap2024-02-24 23:44:51 -0600
commit88f2aa092e01f74071094dcb7595b9c83c7d0893 (patch)
treed21d7008f6d5f2a65eabaf6f83c53b4b913447ab
parent64457027fc6fc9831afea2540bddf95b23a7e6bf (diff)
downloadaur-88f2aa092e01f74071094dcb7595b9c83c7d0893.tar.gz
Package is compiled, so arch should be "x86_64", not "any"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0965e82d243..cbae2e660494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = twmn-git
pkgver = 190.861a323
pkgrel = 1
url = https://github.com/sboli/twmn
- arch = any
+ arch = x86_64
license = LGPL3
makedepends = git
makedepends = pkg-config
@@ -19,4 +19,3 @@ pkgbase = twmn-git
sha256sums = SKIP
pkgname = twmn-git
-
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')