summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2014-11-24 00:59:18 -0800
committerMike Swanson2014-11-24 00:59:18 -0800
commit3f0b9c64afb104bc16424a9098e214356a0d43ad (patch)
tree63f4e6c8420afb448f45c05b2d1562677235187d /PKGBUILD
parent35a8f77ce845a33dd79b7c439f2a9869e8de301b (diff)
downloadaur-3f0b9c64afb104bc16424a9098e214356a0d43ad.tar.gz
Update src to 0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f0ee76a4ede..c4f9be189bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=src
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Simple Revision Control with modern UI for single-file projects"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python2' 'rcs')
optdepends=('rcs-fast-import: required for src fast-import')
source=("$url$pkgname-$pkgver.tar.gz")
-sha256sums=('3a644a4a6c0cab717c0ac882a6493d317f5a989633b518ad4da9c6dec44f13f1')
+sha256sums=('a1dc40a6531fed41c540b0f179ca38f20255a5a10b2777ac7bdf2e131fd5a00f')
package() {
cd "$srcdir/$pkgname-$pkgver"