summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2016-11-15 23:50:11 +0100
committerAbdo Roig-Maranges2016-11-15 23:50:11 +0100
commit95a1db2987bf2e3df513485cbc48412da5bb0315 (patch)
tree2e75cfbe92f281ed255b5e330e2a9ed2738da078
parenta153e5ee37b4cad14efe442c53948c3dad81263d (diff)
downloadaur-95a1db2987bf2e3df513485cbc48412da5bb0315.tar.gz
bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a50d2134709..4f0a4f041a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-series
pkgdesc = Git extension that tracks changes to a patch series over time
- pkgver = 0.8.10
+ pkgver = 0.9.0
pkgrel = 1
url = http://github.com/git-series/git-series
arch = i686
@@ -9,7 +9,7 @@ pkgbase = git-series
makedepends = rust
makedepends = cargo
depends = git
- source = https://github.com/git-series/git-series/archive/0.8.10.tar.gz
+ source = https://github.com/git-series/git-series/archive/0.9.0.tar.gz
sha256sums = d70c9a2105c69fdd6059c04285ddb74b3b10852d9729dd8a14681b9bf36790be
pkgname = git-series
diff --git a/PKGBUILD b/PKGBUILD
index b4484dbf1ad5..12c5ae60ded3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Abdó Roig-Maranges <abdo.roig@gmail.com>
pkgname=git-series
-pkgver=0.8.10
+pkgver=0.9.0
pkgrel=1
pkgdesc="Git extension that tracks changes to a patch series over time"
arch=('i686' 'x86_64')