[arch-commits] Commit in nodm/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 12 16:49:43 UTC 2017


    Date: Sunday, February 12, 2017 @ 16:49:42
  Author: svenstaro
Revision: 212054

upgpkg: nodm 0.13-1

upstream release 0.13

Modified:
  nodm/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-12 16:15:14 UTC (rev 212053)
+++ PKGBUILD	2017-02-12 16:49:42 UTC (rev 212054)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Roel Gerrits <roel at roelgerrits.nl>
 pkgname=nodm
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc='X display manager for automatic logins'
 arch=('i686' 'x86_64')
@@ -10,17 +10,15 @@
 depends=('pam' 'xorg-xinit')
 makedepends=('help2man')
 backup=('etc/nodm.conf')
-source=("https://github.com/spanezz/nodm/archive/debian/${pkgver}-${pkgrel}.tar.gz"
+source=("https://github.com/spanezz/nodm/archive/${pkgver}.tar.gz"
      	"nodm.conf"
-     	"nodm.service"
-     	"norestart.patch")
-md5sums=("a3d2c56e639abd8b626a5f5c016ac813"
-         "9a372ab7dcf281963d972ebb9486b605"
-         "2660ea3446841ade64db351ab639101c"
-         "5076b2fe19551c42e3f5cd8bf445927f")
+     	"nodm.service")
+sha512sums=('0ccbe529c6c94e3518f4bd904147841e9929578004a87ece85cc0f8695f6a15d36cefa1ccae13aae677c93f686116e45f1387c523709d7b7bb7d12831abd4bde'
+            '3da879a9362bf514b8ae9fbeb586489f203f1aff538162074e8b8bdd148a813f2a5d9f187a4396221c5a2b6b1dd44e3d11d43911b7a8220fe0682e0dec3b248f'
+            '5fb145ce48e17c0cd905c013b23c69e6f17a9fd5cda5fbb1078354cd1b690bfd28d98ebb24bb14116d41f12b4d52ad7a867be147bfe56cc05fa6d9f99ad34517')
 
 build() {
-	cd "${srcdir}/${pkgname}-debian-${pkgver}-${pkgrel}"
+	cd "${srcdir}/${pkgname}-${pkgver}"
 
     ./autogen.sh
 	./configure --prefix=/usr/
@@ -28,7 +26,7 @@
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-debian-${pkgver}-${pkgrel}"
+	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	install -Dm755 nodm ${pkgdir}/usr/bin/nodm
 	install -Dm644 ../nodm.conf ${pkgdir}/etc/nodm.conf



More information about the arch-commits mailing list