summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLatif Sulistyo2023-06-18 12:53:37 +0700
committerLatif Sulistyo2023-06-18 12:53:37 +0700
commit2b937b39b70562be46a924fe8b2895b0cdb7fd2c (patch)
tree882b1cb5ab903ebf977757724ccb348c8202f389
parent8e71767c9d7144130a61f5f71edde17d09b6f995 (diff)
downloadaur-2b937b39b70562be46a924fe8b2895b0cdb7fd2c.tar.gz
fix: update source's file version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b10e2d8e58..dbb15851d0c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = charasay-bin
pkgdesc = The future of cowsay 🐮! Colorful characters saying something 🗨️.
pkgver = 2.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/latipun7/charasay
arch = x86_64
arch = aarch64
license = MIT
provides = charasay
conflicts = charasay
- source_x86_64 = https://github.com/latipun7/charasay/releases/download/v2.0.1/chara-linux-x86_64.zip
+ source_x86_64 = charasay-bin-2.0.1-x86_64.zip::https://github.com/latipun7/charasay/releases/download/v2.0.1/chara-linux-x86_64.zip
sha256sums_x86_64 = 728c927fa4c8ec3a7dd8fc03ef7594af8e2b66f9fa1426db146ca6a2acbe2467
- source_aarch64 = https://github.com/latipun7/charasay/releases/download/v2.0.1/chara-linux-aarch64.zip
+ source_aarch64 = charasay-bin-2.0.1-aarch64.zip::https://github.com/latipun7/charasay/releases/download/v2.0.1/chara-linux-aarch64.zip
sha256sums_aarch64 = 85d0b75044c1ba61236351acab03aadee5fee51b41795735cd54b622664c3d58
pkgname = charasay-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fc406bdec19..f89ef9ec7abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=charasay-bin
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="The future of cowsay 🐮! Colorful characters saying something 🗨️."
arch=("x86_64" "aarch64")
url="https://github.com/latipun7/charasay"
license=("MIT")
conflicts=("charasay")
provides=("charasay")
-source_x86_64=("$url/releases/download/v$pkgver/chara-linux-x86_64.zip")
-source_aarch64=("$url/releases/download/v$pkgver/chara-linux-aarch64.zip")
+source_x86_64=("$pkgname-$pkgver-x86_64.zip::$url/releases/download/v$pkgver/chara-linux-x86_64.zip")
+source_aarch64=("$pkgname-$pkgver-aarch64.zip::$url/releases/download/v$pkgver/chara-linux-aarch64.zip")
sha256sums_x86_64=('728c927fa4c8ec3a7dd8fc03ef7594af8e2b66f9fa1426db146ca6a2acbe2467')
sha256sums_aarch64=('85d0b75044c1ba61236351acab03aadee5fee51b41795735cd54b622664c3d58')