diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | libre/libretools/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index a4f437311..9a6d4ab3d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ src/ pkg/ *.pkg.tar.* *.src.tar.* -namcap.log
\ No newline at end of file +namcap.log diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index da9513300..59eee7f1b 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libretools pkgver=$(date -u +%Y%m%d) -pkgrel=1 +pkgrel=1.1 pkgdesc="Scripts for easing Parabola's tasks" arch=('any') url="http://parabolagnulinux.org" |