diff options
author | Aikawa Yataro | 2024-12-02 06:27:20 +0000 |
---|---|---|
committer | Aikawa Yataro | 2024-12-02 06:27:51 +0000 |
commit | e2efe3bd858ad4fe38f309c9660c6cdbfb6a0f44 (patch) | |
tree | ff001b2b79ee4add7a81388e887aa7dd349f1d41 | |
parent | cd4357f00045137a7e29cdcae4b364b368724ec6 (diff) | |
download | aur-e2efe3bd858ad4fe38f309c9660c6cdbfb6a0f44.tar.gz |
Fix `arch`.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ pkgbase = cmake-pkg pkgdesc = pkg-config clone for CMake packages. pkgver = 0.0.12 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.com/yataro/cmake-pkg/ - arch = any + arch = x86_64 license = MIT makedepends = zig depends = cmake @@ -2,9 +2,9 @@ pkgname=cmake-pkg pkgver=0.0.12 -pkgrel=1 +pkgrel=2 pkgdesc="pkg-config clone for CMake packages." -arch=('any') +arch=('x86_64') url='https://gitlab.com/yataro/cmake-pkg/' license=('MIT') depends=('cmake') |