summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb52fe86896..1810e493d2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Jul 12 04:54:23 UTC 2016
+# Tue Jul 12 04:55:00 UTC 2016
pkgbase = gothub
- pkgdesc = Command-line app to create and edit releases on GitHub (and upload artifacts)
+ pkgdesc = Command-line app to create and edit releases on GitHub (and upload artifacts), fork of github-release.
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/itchio/gothub
diff --git a/PKGBUILD b/PKGBUILD
index b9595901eb70..89a29487dadd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gothub
pkgver=0.7.0
pkgrel=1
-pkgdesc="Command-line app to create and edit releases on GitHub (and upload artifacts)"
+pkgdesc="Command-line app to create and edit releases on GitHub (and upload artifacts), fork of github-release."
arch=('i686' 'x86_64')
url="https://github.com/itchio/${pkgname}"
makedepends=('go')