summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorloziniak2022-11-27 16:16:49 +0100
committerloziniak2022-11-27 16:16:49 +0100
commit63bcafbcb93ce25219ceb8ee3a2d05f2bd57fa4b (patch)
tree382642384e9fca5accfadd51359b373ca960694d /PKGBUILD
parent98a66bbfbbe0785b96114e9bb0890fef24a860d7 (diff)
downloadaur-red.tar.gz
Fix:pgkrel should be reset to 1 after version change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0edbd3d8fab4..d8a5c14c1e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=red
pkgver=0.6.4
-pkgrel=2
+pkgrel=1
pkgdesc="An open source, native code compiled, dialect of Rebol"
arch=('i686' 'x86_64')
url="http://www.red-lang.org"