summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgifnksm2022-09-14 00:47:46 +0900
committergifnksm2022-09-14 00:47:46 +0900
commit1aa9f8c599407d6adc50835e345328b86f7e9d52 (patch)
treea4f3e4e0c4bea80e873db413166d3bed14382657 /PKGBUILD
parent1633e63fc0e201e45b4cf4a52676a656e268685d (diff)
downloadaur-1aa9f8c599407d6adc50835e345328b86f7e9d52.tar.gz
v0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdb379fc68b5..3963c2976dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: gifnksm <makoto.nksm+aur@gmail.com>
pkgname=cargo-sync-rdme
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
epoch=
pkgdesc="Cargo subcommand to synchronize README with crate documentation"
@@ -10,8 +10,8 @@ license=('MIT' 'Apache')
depends=('libgit2' 'cargo')
conflicts=('cargo-sync-rdme-bin')
provides=('cargo-sync-rdme')
-source=("${pkgname}-${pkgver}::https://github.com/gifnksm/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('09536b81604d562c94cb301d4927d7bb6239896906b2cd91fd867f6c19534820')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gifnksm/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('31f4b262800efec2abb24b8065aeec78c38e6364c44484a2701e6f3e377a5ef9')
build() {
cd "${pkgname}-${pkgver}"