summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Doppler2017-02-24 17:26:33 +0100
committerSimon Doppler2017-04-03 16:58:15 +0200
commit848f0334f295a0887d232c05ede8528bed814959 (patch)
tree25b7fcfe3159d219d4348439460a6faa77b6eb8b
parentefdd96de512ac4f77b88f4b8b3acd5bde8385c49 (diff)
downloadaur-848f0334f295a0887d232c05ede8528bed814959.tar.gz
Begin CI
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 212adf270dee..bc1a95055793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Fri Feb 24 15:55:01 UTC 2017
pkgbase = console-tdm
pkgdesc = Console display manager based on CDM
- pkgver = 1.1.2
- pkgrel = 1
- url = http://github.com/dopsi/console-tdm
+ pkgver = 1.2.1
+ pkgrel = 2
+ url = https://github.com/dopsi/console-tdm
arch = any
license = GPL3
depends = xorg-xinit
optdepends = dialog: for curses UI
provides = console-tdm
conflicts = console-tdm
- source = console-tdm-v1.1.2.tar.gz::https://github.com/dopsi/console-tdm/archive/v1.1.2.tar.gz
- sha256sums = ba795beb9a34cf4f3eff248c800012e1caae2baf3aaf919665c2d3ed54ff4d5f
+ source = console-tdm-v1.2.1.tar.gz::https://github.com/dopsi/console-tdm/archive/v1.2.1.tar.gz
+ sha256sums = 69116af4fae5335b0d534382968238205a833419364390bc3b94979bdb91b8fa
pkgname = console-tdm
diff --git a/PKGBUILD b/PKGBUILD
index 5bd0bdb77751..dbfb068764ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: Simon Doppler (dopsi) <dop.simon@gmail.com>
pkgname=console-tdm
-pkgver=1.1.2
-pkgrel=1
+pkgver=1.2.1
+pkgrel=2
pkgdesc='Console display manager based on CDM'
arch=('any')
-url='http://github.com/dopsi/console-tdm'
+url='https://github.com/dopsi/console-tdm'
license=('GPL3')
provides=('console-tdm')
conflicts=('console-tdm')
depends=('xorg-xinit')
optdepends=('dialog: for curses UI')
source=("$pkgname-v$pkgver.tar.gz::https://github.com/dopsi/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ba795beb9a34cf4f3eff248c800012e1caae2baf3aaf919665c2d3ed54ff4d5f')
+sha256sums=('69116af4fae5335b0d534382968238205a833419364390bc3b94979bdb91b8fa')
package() {
cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="$pkgdir/usr" install
+ make DESTDIR="$pkgdir" PREFIX="/usr" install
}
# vim:ts=4:sw=4:expandtab
+