summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-07-24 18:49:17 +0200
committerFrederic Bezies2015-07-24 18:49:17 +0200
commitde57aec93b5f7b5d9a2c9bb33e550c6bd8ae07d3 (patch)
treecb2bf63cdcbbdee5c97db64c2fd982c51e8bbd60
parentc755edfd26b9e05e2dc30cb08e423b64f21d272b (diff)
downloadaur-de57aec93b5f7b5d9a2c9bb33e550c6bd8ae07d3.tar.gz
git repository update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea3eae9242a7..951d1ff23134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crawl-git
pkgdesc = A modern roguelike game played in the console.
- pkgver = 0.17.a0.r1020.ge683cc4
+ pkgver = 0.17.a0.r1572.g7a1422d
pkgrel = 1
url = http://crawl.develz.org
arch = i686
@@ -9,7 +9,7 @@ pkgbase = crawl-git
makedepends = git
depends = zlib
depends = ncurses
- source = git+https://gitorious.org/crawl/crawl.git
+ source = git+https://github.com/crawl/crawl
md5sums = SKIP
pkgname = crawl-git
diff --git a/PKGBUILD b/PKGBUILD
index 12b5912047e8..79551897bd6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer : Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Lex Black <autumn-wind at web dot de>
# Contributor: Weston Hanners <weston@hanners.us>
_pkgname=crawl
pkgname=crawl-git
-pkgver=0.17.a0.r1020.ge683cc4
+pkgver=0.17.a0.r1572.g7a1422d
pkgrel=1
pkgdesc="A modern roguelike game played in the console."
arch=('i686' 'x86_64')
@@ -11,10 +12,9 @@ url="http://crawl.develz.org"
license=('GPL')
depends=('zlib' 'ncurses')
makedepends=('git')
-source=(git+https://gitorious.org/$_pkgname/${pkgname//-/.})
+source=('git+https://github.com/crawl/crawl')
md5sums=('SKIP')
-
pkgver() {
cd "$_pkgname"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'