summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuhammad Herdiansyah2018-05-04 06:36:05 +0700
committerMuhammad Herdiansyah2018-05-04 06:36:05 +0700
commitf9dda46c5561d795ee89a0915d40defaf148daf7 (patch)
tree5dd8a30654ef68ee4fc2ec40cbc1bcd99a4c1070
parent0692636cd33c68b14b025c4a7d9f6313b6efdd13 (diff)
downloadaur-f9dda46c5561d795ee89a0915d40defaf148daf7.tar.gz
sinit-1.1
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b00367bbe66e..f50cd3f1103d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Alexander Keller <git@nycroth.com>
+# Maintainer: Muhammad Herdiansyah <herdiansyah@netc.eu>
+# Contributor: Alexander Keller <git@nycroth.com>
pkgname=sinit
-pkgver=1.0
+pkgver=1.1
pkgrel=1
-pkgdesc="A simple init"
+pkgdesc="Suckless init"
url="http://tools.suckless.org/sinit/"
arch=('i686' 'x86_64')
license=('MIT')
install=sinit.install
-source=("http://dl.suckless.org/sinit/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9a15ec492278e2a2b29f8b25eda10286')
+source=("http://git.suckless.org/sinit/snapshot/${pkgname}-${pkgver}.tar.gz")
+md5sums=('9bde111e0aff516f13381517dbad9270')
build() {
cd "$srcdir/$pkgname-$pkgver"