summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Ringström2023-12-12 13:59:35 +0100
committerCharlie Ringström2023-12-12 14:03:10 +0100
commita3efa1771342e3b1c43a98b1ea2009e5b0b178e6 (patch)
treeed7aa0aabbd9594e71aca7f086976417e0bb8811
parent9eed12eaa20f155175713572b08070c0621f13a9 (diff)
downloadaur-longcat.tar.gz
Add more target architectures
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9330fe031b40..ac049f0286d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,9 @@
pkgbase = longcat
- pkgdesc = Creates a loooonng cat in the terminal
+ pkgdesc = Creates a looooong cat in the terminal
pkgver = v0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mattn/longcat
- arch = i686
- arch = pentium4
- arch = x86_64
- arch = arm
- arch = armv7h
- arch = armv6h
- arch = aarch64
+ arch = any
license = MIT
makedepends = go
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 06e44c410083..7df1b0cd9d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver=v0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Creates a looooong cat in the terminal"
-arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
+arch=('any')
url="https://github.com/mattn/longcat"
license=('MIT')
depends=('glibc')