summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorraptor81342021-11-06 22:25:35 -0700
committerraptor81342021-11-06 22:25:35 -0700
commit0ea7ea721abab14581b9cd9d8edf61a4b316bba8 (patch)
treef54f076d72e62a2765014183f644e41c798c721f
parent0ef51286945ee4156c21a5bf6638126bab2a903f (diff)
downloadaur-0ea7ea721abab14581b9cd9d8edf61a4b316bba8.tar.gz
fixed nmap memory leak and a few other things
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4324c94fd01f..b29e99b50f7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xbacklight-auto
pkgdesc = Automatic brightness utility using the V4L2 camera api and xbacklight
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 0
arch = i686
arch = x86_64
@@ -11,4 +11,3 @@ pkgbase = xbacklight-auto
md5sums = SKIP
pkgname = xbacklight-auto-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 06dc7bf66c52..f5784724303d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=xbacklight-auto-git
pkgbase=xbacklight-auto
-pkgver=0.5
+pkgver=0.6
pkgrel=0
pkgdesc="Automatic brightness utility using the V4L2 camera api and xbacklight"
arch=('i686' 'x86_64')