summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2016-08-20 00:03:41 +0200
committerAbdo Roig-Maranges2016-08-20 00:03:41 +0200
commit91ab6ba7287a6a10425e8a386d3aa245372b514b (patch)
treef129ce91ef0f0ab725695439c4c147b78e9e6329
parent1a71351b710714eb530b95ee85637491b1f69503 (diff)
downloadaur-91ab6ba7287a6a10425e8a386d3aa245372b514b.tar.gz
update license and bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d450b9de23e1..072a5e1d6cbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = git-series-git
pkgdesc = Git extension that tracks changes to a patch series over time
- pkgver = 0.8.7
+ pkgver = 0.8.10.r0.g6249cb2
pkgrel = 1
url = http://github.com/git-series/git-series
arch = i686
arch = x86_64
- license = Unknown
+ license = MIT
makedepends = rust
makedepends = cargo
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2bb64c41a8df..f65704a125d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Abdó Roig-Maranges <abdo.roig@gmail.com>
pkgname=git-series-git
-pkgver=0.8.7
+pkgver=0.8.10.r0.g6249cb2
pkgrel=1
pkgdesc="Git extension that tracks changes to a patch series over time"
arch=('i686' 'x86_64')
url="http://github.com/git-series/git-series"
-license=('Unknown')
+license=('MIT')
depends=('git')
makedepends=('rust' 'cargo')
optdepends=()