makedeb
1oom is a Master of Orion (1993) game engine recreation.
Click here to go back to the commit logs for 1oom-git.
Hash: 408af89622609f69749afcb7ad76a18dda218e4d
Message: rollback original fork and version
diff --git a/.SRCINFO b/.SRCINFO
index 0a89c92..cd36093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,8 @@ pkgname = 1oom-git
pkgbase = 1oom-git
pkgdesc = 1oom is a Master of Orion (1993) game engine recreation.
pkgrel = 1
-pkgver = 1.8.0.r1.fa65f0d
-url = https://github.com/1oom-fork/1oom
+pkgver = 1.0.r1.cc2b61c
+url = https://gitlab.com/Tapani_/1oom
arch = amd64
arch = i386
conflicts = 1oom
@@ -20,7 +20,7 @@ optdepends = timgm6mb-soundfont: Soundfont, average but small
optdepends = fluid-soundfont-gm: Soundfont, good but big
optdepends = game-data-packager: Installer for game data files
provides = 1oom
-source = git+https://github.com/1oom-fork/1oom.git
+source = git+https://gitlab.com/Tapani_/1oom.git
source = 1oom.png
source = 1oom.desktop
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 52f635b..6137e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=1oom-git
_pkgname=1oom
-pkgver=1.8.0.r1.fa65f0d
+pkgver=1.0.r1.cc2b61c
pkgrel=1
pkgdesc="1oom is a Master of Orion (1993) game engine recreation."
arch=('amd64' 'i386')
-url="https://github.com/${_pkgname}-fork/${_pkgname}"
+url="https://gitlab.com/Tapani_/${_pkgname}"
license=('GPL2')
makedepends=('git' 'libsdl2-dev' 'libsdl2-mixer-dev' 'libsamplerate0-dev')
depends=('libsdl2-2.0-0' 'libsdl2-mixer-2.0-0' 'libsamplerate0')
@@ -46,7 +46,7 @@ package() {
mkdir -p "$pkgdir/usr/share/doc/${_pkgname}/instructions"
install -Dm644 README.md "$pkgdir/usr/share/doc/${_pkgname}/readme"
cp doc/*.txt "$pkgdir/usr/share/doc/${_pkgname}/instructions/"
- cp AUTHORS CHANGES CODE_OF_CONDUCT COMPILING COPYING HACKING NEWS PHILOSOPHY "$pkgdir/usr/share/doc/${_pkgname}/"
+ cp AUTHORS CODE_OF_CONDUCT COPYING HACKING NEWS PHILOSOPHY "$pkgdir/usr/share/doc/${_pkgname}/"
# Convenience symlink
ln -s "/usr/games/1oom_classic_sdl2" "$pkgdir/usr/games/${_pkgname}"
# install icon and desktop file