summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Ringström2023-12-12 13:37:17 +0100
committerCharlie Ringström2023-12-12 13:37:17 +0100
commit0a398f7a746672f504fd6009fa34085df709e034 (patch)
tree7ef73a435ac81e98109b9b878b2e7ab96b1dd9aa
parentdfae0c912eb8914030ed62c2efa89897736f7ff8 (diff)
downloadaur-0a398f7a746672f504fd6009fa34085df709e034.tar.gz
Remove old debug info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26a5f736fa2..cd8995b0690e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = longcat
pkgdesc = Creates a loooonng cat in the terminal
pkgver = 0.0.4
- pkgrel = 14
+ pkgrel = 15
url = https://github.com/mattn/longcat
arch = i686
arch = pentium4
diff --git a/PKGBUILD b/PKGBUILD
index 872f5febf712..0cad6b295c0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charlie Ringström <c.ringstrom@gmail.com>
pkgname='longcat'
pkgver='0.0.4'
-pkgrel=14
+pkgrel=15
pkgdesc="Creates a loooonng cat in the terminal"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/mattn/longcat"
@@ -24,8 +24,7 @@ build() {
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
- printf $pkgver
- #go build -o longcat
+ go build -o longcat
}
package() {