summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2014-11-11 20:59:36 -0800
committerMike Swanson2014-11-11 20:59:36 -0800
commit3a31a9ae460c0e90afaa35d4adc1fee7a13714ae (patch)
tree3890d4d36d624373f3fc247d9b58d63756e935c0 /PKGBUILD
parent88e9c8971d5466f87ce45f5e9e4ed760d857d850 (diff)
downloadaur-3a31a9ae460c0e90afaa35d4adc1fee7a13714ae.tar.gz
Update src to 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f82a595557e6..9b8e82a8b5d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=src
-pkgver=0.4
+pkgver=0.5
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=('088939d6f073531ada322f5ba6fba3ac1851438e5191373f563e03f75f89fe32')
+sha256sums=('67e9f0a59f274468d780c5f123195afcf31a7144766964123c4e6fa374cac9f4')
package() {
cd "$srcdir/$pkgname-$pkgver"