summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b493df69d69..33307eea32b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = poplines
pkgdesc = Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/kata198/popLines
arch = any
license = GPLv2
diff --git a/PKGBUILD b/PKGBUILD
index a3ef501204c5..c3a7186c3c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=('poplines' 'python-poplines')
_realName=popLines
pkgdesc="Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!"
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
arch=('any')
license=('GPLv2')
url="http://github.com/kata198/popLines"