makedeb


vlang-bin 0.2.4-2


Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies

Click here to go back to the commit logs for vlang-bin.

Commit:


Hash: 6e3f5f16482662e01338d4f8f55f38f1a9607179

Message: Fix maintainer

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 095fb51..fa4f892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = vlang-bin
 install = vlang-bin.install
 pkgbase = vlang-bin
 pkgdesc = Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.2.4
 url = https://vlang.io
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 508e1cb..3ae4852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer:  Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: John Ruschmeyer <jruschme@gmail.com>
+# Contributor:  Dimitris Kiziridis <ragouel at outlook dot com>
 
 pkgname=vlang-bin
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero dependencies'
 arch=('amd64')
 url="https://vlang.io"