summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Bera2015-10-25 23:27:08 -0400
committerBoris Bera2015-10-25 23:27:08 -0400
commit06419438ebee4aea08e737393fa06f1eb9d0eabc (patch)
treec9f58cb00b8601a17fb6ed900583c3d6831a4d84
parent6a661f1354363bcb886ff9c7e59686ba2735d467 (diff)
downloadaur-06419438ebee4aea08e737393fa06f1eb9d0eabc.tar.gz
updated to 0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 466358b8aa75..fe312a0a936d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autotags
pkgdesc = A little tool that watches your source code and generates ctags.
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/beraboris/autotags
arch = any
@@ -8,7 +8,7 @@ pkgbase = autotags
depends = bash
depends = ctags
depends = inotify-tools
- source = https://github.com/beraboris/autotags/archive/v0.1.0.tar.gz
+ source = https://github.com/beraboris/autotags/archive/v0.2.0.tar.gz
md5sums = 8db192b30309e789763ef371c37941ef
pkgname = autotags
diff --git a/PKGBUILD b/PKGBUILD
index 36f1ca4b676d..1ecb7d65bb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Boris Bera <bboris at rsoft dot ca>
pkgname=autotags
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="A little tool that watches your source code and generates ctags."
arch=('any')
@@ -21,7 +21,7 @@ source=(
"https://github.com/beraboris/autotags/archive/v$pkgver.tar.gz"
)
noextract=()
-md5sums=('8db192b30309e789763ef371c37941ef')
+md5sums=('bd6453fd58e01815f68f27d298f0e6d5')
package() {
install -D -m 755 "$srcdir/$pkgname-$pkgver/autotags" \