summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2018-04-24 22:26:09 +0200
committerEmil Lundberg2018-04-24 22:28:17 +0200
commite4a7366769a566145b210c2ab1ddf504ca709f9c (patch)
tree0142faaf020c77addf5e3920f4545d0377f1eadd
parente501d3f7fbadea3efde04d5741740f72e6e8718f (diff)
downloadaur-e4a7366769a566145b210c2ab1ddf504ca709f9c.tar.gz
Update to version 0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef6c943ed2e..e390fc0453ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gws
pkgdesc = Colorful KISS helper for git workspaces
- pkgver = 0.1.16
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/StreakyCobra/gws
changelog = ChangeLog
@@ -8,10 +8,10 @@ pkgbase = gws
license = MIT
depends = bash>4.0
depends = git
- source = https://github.com/StreakyCobra/gws/archive/0.1.16.tar.gz
- source = 0.1.16.tar.gz.sig
+ source = gws-0.2.0.tar.gz::https://github.com/StreakyCobra/gws/archive/0.2.0.tar.gz
+ source = https://github.com/StreakyCobra/gws/releases/download/0.2.0/gws-0.2.0.tar.gz.sig
validpgpkeys = EB8627616EC1971DF076F2FF2BF5FD22FCABDE73
- sha256sums = 695df2ca872fc0ab4b8175c74fdab4d843534574e05885c6a1a6328951ccca74
+ sha256sums = f92b7693179c2522c57edd578abdb90b08f6e2075ed27abd4af56c1283deab1a
sha256sums = SKIP
pkgname = gws
diff --git a/.gitignore b/.gitignore
index 202fb76a19df..15c51757d033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.gz
+*.tar.gz.sig
*.tar.xz
*.tar.xz.sig
/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 9ee7fad7ecc7..51422176bfbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="gws"
-pkgver="0.1.16"
+pkgver="0.2.0"
pkgrel="1"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
@@ -10,11 +10,11 @@ arch=('any')
depends=('bash>4.0' 'git')
changelog="ChangeLog"
source=(
- "https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz"
- "${pkgver}.tar.gz.sig"
+ "${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"
)
validpgpkeys=('EB8627616EC1971DF076F2FF2BF5FD22FCABDE73')
-sha256sums=('695df2ca872fc0ab4b8175c74fdab4d843534574e05885c6a1a6328951ccca74'
+sha256sums=('f92b7693179c2522c57edd578abdb90b08f6e2075ed27abd4af56c1283deab1a'
'SKIP')
package() {