summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-06-14 21:56:21 +1000
committerVictor Tran2016-06-14 21:56:21 +1000
commit74b7cdd45ac21d0cca4fdf1c32ef358fb2624eb2 (patch)
treebbb9a5470a65fdb88670221f5537e1a1b7b06e02
parent2a2fada5a17cafdbd63ab395d7508cb1a957cac5 (diff)
downloadaur-74b7cdd45ac21d0cca4fdf1c32ef358fb2624eb2.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 265413af3831..cfdc574d21b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tsscreenlock
pkgdesc = Screen Locker for theShell
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 0
url = https://github.com/vicr123/tsscreenlock
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = qtchooser
makedepends = git
depends = tscheckpass
- source = tsscreenlock-1.0::git+https://github.com/vicr123/tsscreenlock#branch=master
+ source = tsscreenlock-1.1::git+https://github.com/vicr123/tsscreenlock#branch=master
md5sums = SKIP
pkgname = tsscreenlock
diff --git a/PKGBUILD b/PKGBUILD
index 88f26ad9f4ae..e80aec7661d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=tsscreenlock
-pkgver=1.0
+pkgver=1.1
pkgrel=0
pkgdesc="Screen Locker for theShell"
arch=("x86_64")
url="https://github.com/vicr123/tsscreenlock"
-license=('GPL2')
+license=('GPL3')
depends=('tscheckpass')
makedepends=('qtchooser' 'git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/tsscreenlock#branch=master')