summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2021-12-24 13:18:51 +0100
committerTheJackiMonster2021-12-24 13:18:51 +0100
commit9ba8cda3ef2d4c08cdf7ddd15488984eba733300 (patch)
treecef9818b8270408894190e5a885b1e49da91844e
parented9f346f7c6e221385c7a233700de644cf9d1fa2 (diff)
downloadaur-9ba8cda3ef2d4c08cdf7ddd15488984eba733300.tar.gz
Updated to version 1.0.2
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee136c3a068..faab288d9a50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayward-git
pkgdesc = Fast GTK shell and compositor for wayland and weston.
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/varmd/wayward
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3595bb517916..4c9f444f06a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=wayward-git
_realname=wayward
-pkgver=0.9.0
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
pkgdesc="Fast GTK shell and compositor for wayland and weston."
arch=('x86_64')
license=('GPL')
@@ -21,11 +21,11 @@ pkgver() {
}
build() {
- cd "$srcdir/$_realname/source"
- sh build.sh
+ cd "$srcdir/$_realname/source/source"
+ sh "build.sh"
}
package() {
- cd "$srcdir/$_realname/source"
- sh install.sh "$pkgdir"
+ cd "$srcdir/$_realname/source/source"
+ sh "install.sh" "$pkgdir"
}