summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2022-11-28 14:11:28 +1100
committerEndlessEden2022-11-28 14:11:28 +1100
commit0e55edcc4d04d021bc88ff41c677e830ed87e4a0 (patch)
tree65994f9858308e024024e639efa5817defe9961d
parent4f969b511f35c4847524e4e9717321b7730adc1a (diff)
downloadaur-gx.tar.gz
Updated: 0.14.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b39c271c0c..c67d83939e4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = gx
pkgdesc = Packaging tool built around the distributed, content addressed filesystem IPFS
- pkgver = 0.14.1
- pkgrel = 4
+ pkgver = 0.14.3
+ pkgrel = 1
url = https://github.com/whyrusleeping/gx
arch = x86_64
license = MIT
makedepends = git
makedepends = go-pie
optdepends = gx-go: gx packaing module for go
- source = git+https://github.com/whyrusleeping/gx.git#tag=v0.14.1
+ source = git+https://github.com/whyrusleeping/gx.git#tag=v0.14.3
md5sums = SKIP
pkgname = gx
-
diff --git a/PKGBUILD b/PKGBUILD
index db696a87cdd1..3e6baf67978a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
-# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
+# Maintainer: EndlessEden <eden@deep-rose.org>
+# Previous Maintainer: Johannes Löthberg <johannes@kyriasis.com>
# Contributor: Jakub "Kubuxu" Sztandera <kubuxu@protonmail.ch>
pkgname=gx
-pkgver=0.14.1
-pkgrel=4
-
+pkgver=0.14.3
+pkgrel=1
pkgdesc="Packaging tool built around the distributed, content addressed filesystem IPFS"
url="https://github.com/whyrusleeping/gx"
arch=('x86_64')
license=('MIT')
-
makedepends=('git' 'go-pie')
optdepends=('gx-go: gx packaing module for go')
-
source=("git+https://github.com/whyrusleeping/gx.git#tag=v$pkgver")
md5sums=('SKIP')