summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-09-11 07:46:13 +0700
committerkhai96_2020-09-11 07:46:13 +0700
commit2c64496888a8709600ba6fb71803692cd8482d5e (patch)
treef04193e3b279652ef47a0819490fc6107a4412bc
parentb3593c410a6cb57a5f667b306a9a62b5d2f14bfc (diff)
downloadaur-2c64496888a8709600ba6fb71803692cd8482d5e.tar.gz
Reset pkgrel to 1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a4e87a8e650..a3b8079a0ed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dprint-bin
pkgdesc = Pluggable and configurable code formatting platform written in Rust.
pkgver = 0.9.1
- pkgrel = 0
+ pkgrel = 1
url = https://dprint.dev/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index bd47128155ef..1c859354b8b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='dprint-bin'
pkgver='0.9.1'
-pkgrel='0'
+pkgrel='1'
pkgdesc='Pluggable and configurable code formatting platform written in Rust.'
arch=('x86_64')
url='https://dprint.dev/'