summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed620a70c97e..dca4ceab92a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sloc
pkgdesc = Simple source-lines-of-code counter
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bytbox/sloc/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = sloc
optdepends = perl-json
optdepends = perl-switch
optdepends = gnuplot
- source = sloc::git+https://github.com/bytbox/sloc/#tag=v1.0
+ source = sloc::git+https://github.com/bytbox/sloc/#tag=v1.1
md5sums = SKIP
pkgname = sloc
diff --git a/PKGBUILD b/PKGBUILD
index 5d2740abf37e..296dfa42316c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Scott Lawrence <bytbox@gmail.com>
pkgname=sloc
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Simple source-lines-of-code counter'
arch=('i686' 'x86_64')