summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04037ccf44c2..435000cd1798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fgit-go
pkgdesc = A tool to do git operation with fastgit easily
- pkgver = 0.6
- pkgrel = 3
+ pkgver = 076
+ pkgrel = 1
url = https://github.com/fastgitorg/fgit-go
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = fgit-go
depends = glibc
provides = fgit
conflicts = fgit
- source = fgit-go-0.6::git+https://github.com/fastgitorg/fgit-go#tag=0.6
+ source = fgit-go-076::git+https://github.com/fastgitorg/fgit-go#tag=076
sha512sums = SKIP
pkgname = fgit-go
diff --git a/PKGBUILD b/PKGBUILD
index bc3a493092ac..8e58183b7e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: DuckSoft <realducksoft@gmail.com>
pkgname=fgit-go
-pkgver=0.6
-pkgrel=3
+pkgver=076
+pkgrel=1
pkgdesc="A tool to do git operation with fastgit easily"
arch=('x86_64')
url="https://github.com/fastgitorg/fgit-go"