diff options
author | khai96_ | 2020-05-30 05:43:06 +0000 |
---|---|---|
committer | khai96_ | 2020-05-30 05:43:06 +0000 |
commit | 04b9aeed1c7f295863f9baa46722f6ebf0b2515e (patch) | |
tree | f92854c0b795ea6317ee4cba783199375ade5da3 /PKGBUILD | |
parent | 3e409f39d80606435d3f0813519d952ba6c0a844 (diff) | |
download | aur-04b9aeed1c7f295863f9baa46722f6ebf0b2515e.tar.gz |
0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ # This file is automatically generated. Do not edit. pkgname=sane-fmt -pkgver=0.3.1 -source=(sane-fmt-0.3.1.tar.gz::https://github.com/KSXGitHub/sane-fmt/archive/0.3.1.tar.gz https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md) +pkgver=0.3.2 +source=(sane-fmt-0.3.2.tar.gz::https://github.com/sane-fmt/sane-fmt/archive/0.3.2.tar.gz https://raw.githubusercontent.com/KSXGitHub/sane-fmt/master/LICENSE.md) sha1sums=(SKIP SKIP) # This PKGBUILD is not a full PKGBUILD # pkgname, pkgver, source, and sha1sums are to be generated @@ -12,7 +12,7 @@ pkgdesc='Opinionated code formatter for TypeScript and JavaScript' pkgrel=0 arch=(x86_64) license=(MIT) -url='https://github.com/KSXGitHub/sane-fmt' +url='https://github.com/sane-fmt/sane-fmt' makedepends=(cargo) build() { |