summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4f9be189bb4..ebb9e44bfebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=src
-pkgver=0.13
+pkgver=0.14
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=('a1dc40a6531fed41c540b0f179ca38f20255a5a10b2777ac7bdf2e131fd5a00f')
+sha256sums=('f82e8e9cbaf64172d4020a6a13fbba29f9d15b5a5f4e9ed4af0cf3e8553f4360')
package() {
cd "$srcdir/$pkgname-$pkgver"