summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortx00100xt2022-06-21 18:42:23 +0300
committertx00100xt2022-06-21 18:42:23 +0300
commit174d6aa58e61b71afc75974967b05c7f7c118ad5 (patch)
tree0e2fa5f5953024bf7e4b458bf329b6c8764c25f5
parentacc69b2158f3c085db830de40dba2cf24a5f4fd2 (diff)
downloadaur-174d6aa58e61b71afc75974967b05c7f7c118ad5.tar.gz
Fixed PKGBUILD
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index cd848c2d3ac4..2c10ca53a6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _srcname="SeriousSamClassic-$pkgver"
pkgrel=1
pkgdesc="A game engine developed by Croteam for the classic Serious Sam games."
arch=('i686' 'x86_64')
-url="https://github.com/tx00100xt/SeriousSamClassic"
+url=https://github.com/tx00100xt/SeriousSamClassic
license=('GPL2')
depends=('sdl2' 'python' 'bash')
makedepends=('cmake' 'make' 'sed')
-source=(https://github.com/tx00100xt/SeriousSamClassic/archive/refs/tags/v$pkgver.tar.gz)
+source=(https://github.com/tx00100xt/SeriousSamClassic/archive/refs/tags/v1.10.2.tar.gz)
sha512sums=('SKIP')
if [[ $CARCH = "i686" ]]; then
_bits="32"