summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--ChangeLog45
-rw-r--r--PKGBUILD3
3 files changed, 2 insertions, 49 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e390fc0453ad..771bf9e3bed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = gws
pkgdesc = Colorful KISS helper for git workspaces
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/StreakyCobra/gws
- changelog = ChangeLog
arch = any
license = MIT
depends = bash>4.0
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index b2431301cc60..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,45 +0,0 @@
-2017-08-12 Emil Lundberg <emil.lundberg@gmail.com>
-
- * 0.1.13-1:
- New upstream release
-
-2015-03-12 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.7-1:
- New upstream release
-
-2015-02-12 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.5-1:
- New upstream release
-
-2014-05-11 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.4-1:
- New upstream release
-
-2014-02-04 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.3-3:
- Uniformalize PKGBUILD notations
-
-2014-01-20 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.3-2:
- Patch minor bug, already patched upstream for future version
-
-2014-01-20 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.3-1:
- New upstream release
-
-2014-01-13 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.2-1 :
- New upstream release
-
-2014-01-09 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 0.1.1-1 :
- Package created
-
diff --git a/PKGBUILD b/PKGBUILD
index 51422176bfbb..7ff171750c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname="gws"
pkgver="0.2.0"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
license=('MIT')
arch=('any')
depends=('bash>4.0' 'git')
-changelog="ChangeLog"
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz"
"https://github.com/StreakyCobra/${pkgname}/releases/download/${pkgver}/gws-${pkgver}.tar.gz.sig"