summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshiromino-bot2021-06-22 09:34:37 +0000
committershiromino-bot2021-06-22 09:34:37 +0000
commite2774a6c3d99b0c7dd14c32f13f8d7b995ac4e29 (patch)
tree983e51be3cb3b822b9c7cbb8fc4e0169f1713c92 /PKGBUILD
parent215015803d33e8dc75bee9bfa46259dce68f4282 (diff)
downloadaur-shiromino-git.tar.gz
Updated PKGBUILD (0.2.1+2+g977f510
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6c61cebb45f..57e2fb5f5bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ makedepends=(
pkgdesc="A fast-paced puzzle game with roots in the arcade"
pkgname=shiromino-git
pkgrel=1
-pkgver=0.1.1+9+gc7a6bb6
+pkgver='0.2.1+2+g977f510'
provides=(shiromino)
sha256sums=(SKIP)
source=(git+https://github.com/shiromino/shiromino.git)
@@ -27,14 +27,9 @@ build() {
cmake\
-B build\
-DCMAKE_BUILD_TYPE=Release\
- -DENABLE_OPENGL_INTERPOLATION=1\
-S .
cmake --build build
}
package() {
cmake --install "$srcdir/shiromino/build" --prefix "$pkgdir" --strip
-}
-pkgver() {
- cd "$srcdir/shiromino"
- git describe --long --tags | tr - +
} \ No newline at end of file