summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-10-19 15:19:07 +0100
committerHans-Nikolai Viessmann2016-10-19 15:19:07 +0100
commit71873fb0bdd6c205971ba44320d1abd942d7bec6 (patch)
tree97200f89efc55a43928d1562936539172d5e8780
parentc77597df77829cdf7aec713e6f1f3ac488e56e91 (diff)
downloadaur-71873fb0bdd6c205971ba44320d1abd942d7bec6.tar.gz
Fixed incorrect checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc5c14b2737e..eab00f3fc26e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = startw
pkgdesc = Script to initialise a Wayland session - similar to startx
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://git.hans.ninja/hans/startw
arch = any
license = MIT
optdepends = sway: A Tiling Wayland shell based on i3
source = startw-1.1.1.tar.gz::https://git.hans.ninja/hans/startw/archive/1.1.1.tar.gz
- md5sums = f4ec6b6cec399ef61a7ed4a625ddb188
+ md5sums = f0e214e410240cd56d3ccb87bdc8cff7
pkgname = startw
diff --git a/PKGBUILD b/PKGBUILD
index 1c36fabcde4b..e226810fbc3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=startw
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Script to initialise a Wayland session - similar to startx"
arch=('any')
url="https://git.hans.ninja/hans/startw"
license=('MIT')
optdepends=('sway: A Tiling Wayland shell based on i3')
source=("$pkgname-$pkgver.tar.gz::https://git.hans.ninja/hans/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('f4ec6b6cec399ef61a7ed4a625ddb188')
+md5sums=('f0e214e410240cd56d3ccb87bdc8cff7')
package() {
cd "$srcdir"