summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Jeandeau2020-11-06 19:40:59 +0900
committerAlexis Jeandeau2020-11-06 19:40:59 +0900
commita17bcfc222855c6a8bf8a7f4b239f3f94476ae22 (patch)
tree2b1affdd3e7866eef211efda55018fc03b9316de
parent6c04417fa261b871d727dc6af707df1305631c64 (diff)
downloadaur-a17bcfc222855c6a8bf8a7f4b239f3f94476ae22.tar.gz
v1.6
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index 4aa03d915c9a..ce88a6f55b34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,31 +29,3 @@ src/
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
-
-### Vim ###
-# Swap
-[._]*.s[a-v][a-z]
-!*.svg # comment out if you don't need vector files
-[._]*.sw[a-p]
-[._]s[a-rt-v][a-z]
-[._]ss[a-gi-z]
-[._]sw[a-p]
-
-# Session
-Session.vim
-Sessionx.vim
-
-# Temporary
-.netrwhist
-# Auto-generated tag files
-tags
-# Persistent undo
-[._]*.un~
-
-### vscode ###
-.vscode/*
-!.vscode/settings.json
-!.vscode/tasks.json
-!.vscode/launch.json
-!.vscode/extensions.json
-*.code-workspace
diff --git a/PKGBUILD b/PKGBUILD
index f07f6975a605..b3850f919cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexis Jeandeau <alexis[dot]jeandeau[at]gmail[dot]com>
pkgname=flycasual-bin
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
pkgdesc="Fan-made \"Star Wars: X-Wing Miniatures Game\" simulator"
arch=('x86_64')
url="https://github.com/Sandrem/FlyCasual"
@@ -11,11 +11,11 @@ depends=('gcc-libs'
'zlib')
source=("https://github.com/Sandrem/FlyCasual/releases/download/${pkgver}/FlyCasual-v${pkgver}-Linux.zip"
- 'https://raw.githubusercontent.com/Sandrem/FlyCasual/development/LICENSE'
+ "https://raw.githubusercontent.com/Sandrem/FlyCasual/${pkgver}/LICENSE"
'flycasual.sh'
'flycasual.desktop')
-sha256sums=('a252f1125efec035b18decf1ce5e2486fde9625fbc8767c7af60d2e455c0bd3a'
+sha256sums=('01377ebe4305101405b075ea4079a4b1d2ce23ff9aa90b141209f7ee3f81997d'
'615de0833ce2cdb29dd43d9f8214700ad8dd1d60e94392745eeb24b972a2b9e7'
'07980d05ff1f158b381d5a903d98d593ed72b5ffaaa99ae481e2657ac2901c34'
'a005a2dd3dde0ac5210ab509bbdf3f1eb453ca7da9992768848216422c643ba3')