summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-04-26 18:21:23 +0800
committerzxp198210052023-04-26 18:21:23 +0800
commit84a51af12f60a0c45efadc323520938de3c22679 (patch)
tree65ea824dc7ccb252aa00b1b91304d791a0f0b0f0
parentf1e409816b7a7fa8cb40b374ce0ceea8c0e63000 (diff)
downloadaur-84a51af12f60a0c45efadc323520938de3c22679.tar.gz
update to 1.16.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD18
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41849bb37727..8136bb0d7e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = chyle-bin
pkgdesc = Changelog generator: use a git repository and various data sources and publish the result on external services
- pkgver = 1.11.0
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/antham/chyle
arch = x86_64
license = MIT
depends = glibc
provides = chyle
- source = chyle-bin-1.11.0::https://github.com/antham/chyle/releases/download/v1.11.0/chyle_linux_amd64
- source = LICENSE::https://raw.githubusercontent.com/antham/chyle/master/LICENSE.txt
- sha256sums = eedaac488efe473f8437d412be67dc8eb0b991f791e0faf7df9ee23f6e0724ff
- sha256sums = 74d52f9acb64851447fbb6618cdb58a693ca07c9bfec17076e415f752c81cffa
+ source = chyle-1.16.0.tar.gz::https://github.com/antham/chyle/releases/download/v1.16.0/chyle_1.16.0_linux_amd64.tar.gz
+ sha256sums = 6c4f77112dd1fc4873a36ca07210c23e78dd2aea3c73f5727d90961893172efb
pkgname = chyle-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 8c15c7651cef..699aa7077186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
-
+# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=chyle-bin
-pkgver=1.11.0
+pkgver=1.16.0
pkgrel=1
provides=('chyle')
pkgdesc="Changelog generator: use a git repository and various data sources and publish the result on external services"
@@ -9,12 +9,10 @@ arch=('x86_64')
url='https://github.com/antham/chyle'
license=('MIT')
depends=('glibc')
-source=("${pkgname}-${pkgver}::${url}/releases/download/v${pkgver}/chyle_linux_amd64"
- 'LICENSE::https://raw.githubusercontent.com/antham/chyle/master/LICENSE.txt')
-sha256sums=('eedaac488efe473f8437d412be67dc8eb0b991f791e0faf7df9ee23f6e0724ff'
- '74d52f9acb64851447fbb6618cdb58a693ca07c9bfec17076e415f752c81cffa')
+source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
+sha256sums=('6c4f77112dd1fc4873a36ca07210c23e78dd2aea3c73f5727d90961893172efb')
package() {
- install -Dm755 "${srcdir}"/${pkgname}-${pkgver} "${pkgdir}/usr/bin/chyle"
- install -Dm644 "${srcdir}"/LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
+ install -Dm755 "${srcdir}/${pkgname%-bin}" "${pkgdir}/usr/bin/chyle"
+ install -Dm644 "${srcdir}/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+} \ No newline at end of file