summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--LICENSE24
-rw-r--r--PKGBUILD6
-rw-r--r--romvault.desktop2
4 files changed, 9 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba297365b85e..516386c8b09e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Sun Apr 23 07:23:52 UTC 2017
+# Mon Aug 27 06:50:11 UTC 2018
pkgbase = romvault
pkgdesc = RomVault is a tool for managing your ROMs and DATs for emulators, like libretro
- pkgver = 2.6.2
+ pkgver = 2.6.3
pkgrel = 1
url = http://www.romvault.com/
arch = i686
arch = x86_64
license = custom
depends = mono
- source = http://www.romvault.com//download/ROMVault_V2.6.2.zip
+ source = http://www.romvault.com//download/ROMVault_V2.6.3.zip
source = https://raw.githubusercontent.com/gjefferyes/RomVault/master/LICENSE
source = romvault.desktop
source = romvault.png
- sha256sums = 4abcd7e40d895e2b533e3a74b267a5f8d012da41889948152f6f0a7781882830
+ sha256sums = 537a97b6315b211a3793334ca0a2b1ef72e0cc3668689a4f797e171d7f37d877
sha256sums = 996bf0d32dc11506ea2635d64474c24399fab25933463f27d70cfa1d50431a16
- sha256sums = 5e3e9e22864a70684f5b666ad4b90bbbac8958f2a150bd8ed8d8c57b8e541787
+ sha256sums = 3a0e1acb7f6bd555efec88ebebe6563b58b99f0724613b98af90f213ec699d51
sha256sums = d368d14e844f2dd6f5b2d04b31d9a70f0af6f3ec72669f5b6d98b161a8bec1d6
pkgname = romvault
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 74b0fecd733a..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,24 +0,0 @@
- Released under the respect the work of the original author license.
- -------------------------------------------------------------------
-
-The source code for RomVault has been released for the benefit of the emulation community.
-This means you should ask yourself if you make a change/improvement/branch of this code, does your changes
-also benefit the emulation community? If so then please give back to the community in a respectful way.
-
-What does giving back to the community in a respectful way mean:
- Ideally it means contribute your changes back to the author of the source, so that your changes can be worked into the main build.
- If you make a reasonably large change that you think others will benefit from put out your own branches for other people to try,
- and then maybe this can also be worked into the main code.
-
- It means DO NOT make a small change/fix, re-brand the program and claim you are the greatest developer ever for releasing 'your' software.
- This type of behaviour is disrespectful to the original author and the emulation community, and is against the nature of this license.
-
-If you want to use large parts of this code (such as the DAT reader or torrentZip library) in your own project go right ahead,
-I hope you can do something cool with this code to add to or improve your new and existing projects. Please let the author know how you
-are using it, it would be cool to hear about other things this is being used for.
-
-DO NOT sell this software or any derivative works from this software without permission from the author.
-I have put 100's of hours of development into this code and only ever asked for donations to support this project.
-So if you go and grab this code and start selling it or derivative works, that is disrespecting the nature of this license,
-and so not permitted without permission.
-
diff --git a/PKGBUILD b/PKGBUILD
index 122307b8d556..0d4654942939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=romvault
-pkgver=2.6.2
+pkgver=2.6.3
pkgrel=1
pkgdesc="RomVault is a tool for managing your ROMs and DATs for emulators, like libretro"
arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@ source=(${url}/download/ROMVault_V${pkgver}.zip
'romvault.desktop'
'romvault.png')
-sha256sums=('4abcd7e40d895e2b533e3a74b267a5f8d012da41889948152f6f0a7781882830'
+sha256sums=('537a97b6315b211a3793334ca0a2b1ef72e0cc3668689a4f797e171d7f37d877'
'996bf0d32dc11506ea2635d64474c24399fab25933463f27d70cfa1d50431a16'
- '5e3e9e22864a70684f5b666ad4b90bbbac8958f2a150bd8ed8d8c57b8e541787'
+ '3a0e1acb7f6bd555efec88ebebe6563b58b99f0724613b98af90f213ec699d51'
'd368d14e844f2dd6f5b2d04b31d9a70f0af6f3ec72669f5b6d98b161a8bec1d6')
package() {
diff --git a/romvault.desktop b/romvault.desktop
index e989d581585e..eea543b7894c 100644
--- a/romvault.desktop
+++ b/romvault.desktop
@@ -4,7 +4,7 @@ Name=ROMVault
GenericName=RomVault
Comment=RomVault is a multi-dat management software, managing you ROMs and DATs for emulator machines
Path=/opt/romvault
-Exec=mono ROMVault262.exe
+Exec=mono ROMVault263.exe
Icon=/usr/share/pixmaps/romvault.png
StartupNotify=true
Terminal=false