summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Doppler2016-02-17 11:01:30 +0100
committerSimon Doppler2016-02-17 11:01:30 +0100
commita434d791d28ced5bdec4b9eb1ae3839a909bad35 (patch)
tree13913b77780b92a443717fa1b603ef09a6486e38
parent6fcd7f3d721f9a0779cc725ed555f76a4f42426f (diff)
downloadaur-a434d791d28ced5bdec4b9eb1ae3839a909bad35.tar.gz
Update 1.0.0 -> 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c04b9fb45277..8d9f4267cba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Dec 31 17:50:02 UTC 2015
+# Wed Feb 17 10:00:56 UTC 2016
pkgbase = console-tdm
pkgdesc = Console display manager based on CDM
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = http://github.com/dopsi/console-tdm
arch = any
- license = GPL
+ license = GPL3
depends = xorg-xinit
optdepends = dialog: for curses UI
provides = console-tdm
conflicts = console-tdm
- source = https://github.com/dopsi/console-tdm/archive/v1.0.0.tar.gz
+ source = https://github.com/dopsi/console-tdm/archive/v1.1.0.tar.gz
sha1sums = SKIP
pkgname = console-tdm
diff --git a/PKGBUILD b/PKGBUILD
index 14c9a7baa5c5..5dc557f70951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Simon Doppler (dopsi) <dop.simon@gmail.com>
pkgname=console-tdm
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Console display manager based on CDM'
arch=('any')
url='http://github.com/dopsi/console-tdm'
-license=('GPL')
+license=('GPL3')
provides=('console-tdm')
conflicts=('console-tdm')
depends=('xorg-xinit')
optdepends=('dialog: for curses UI')
-source=('https://github.com/dopsi/console-tdm/archive/v1.0.0.tar.gz')
+source=("https://github.com/dopsi/$pkgname/archive/v$pkgver.tar.gz")
sha1sums=('SKIP')
package() {