summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2019-07-25 10:14:02 +0200
committerChristian Hesse2019-07-25 10:14:02 +0200
commitec6504898bc0e41fbb991336c356c353afb095b1 (patch)
treee0053f061a1e139e7178b5025380f36acebe3c99
parentb31577108e9093e805d3c90ce0cd9bda7ff254a2 (diff)
downloadaur-ec6504898bc0e41fbb991336c356c353afb095b1.tar.gz
commit nullshell 0.0.6-4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 428a4f91e62f..58a677609d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nullshell
pkgdesc = do nothing but print keep alive characters, can be used for login shell
pkgver = 0.0.6
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/eworm-de/nullshell
install = nullshell.install
arch = i686
@@ -9,8 +9,9 @@ pkgbase = nullshell
license = GPL
makedepends = markdown
conflicts = nullshell-git
- source = http://www.eworm.de/download/nullshell/nullshell-0.0.6.tar.xz
- source = http://www.eworm.de/download/nullshell/nullshell-0.0.6.tar.xz.asc
+ source = https://www.eworm.de/download/nullshell/nullshell-0.0.6.tar.xz
+ source = https://www.eworm.de/download/nullshell/nullshell-0.0.6.tar.xz.asc
+ validpgpkeys = BD84DE71F493DF6814B0167254EDC91609BC9183
sha256sums = 8ed1d29df5a8f6639f559b7a294010791d20140e85106cb0d34e6a1c194b31c9
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a6d84f6cc312..1485076fd5aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nullshell
pkgver=0.0.6
-pkgrel=2
+pkgrel=4
pkgdesc="do nothing but print keep alive characters, can be used for login shell"
arch=('i686' 'x86_64')
makedepends=('markdown')
@@ -11,7 +11,7 @@ conflicts=('nullshell-git')
license=('GPL')
install=nullshell.install
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
-source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('8ed1d29df5a8f6639f559b7a294010791d20140e85106cb0d34e6a1c194b31c9'
'SKIP')