summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-04-26 22:12:29 -0300
committerRafael Fontenelle2019-04-26 22:12:38 -0300
commit7c368743dc7446eeaaae3c4da67ad76fefc9dacb (patch)
tree284847372de9a867afc21d90f4aa440f00abe210
parentab759971a20a2f4ef62e4dd7b18c8f8911905cfb (diff)
downloadaur-mymc.tar.gz
Fix desktop file
It was pointing to wrong executable filename, and categories had a syntax error.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mymc.desktop9
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9de974ab6bc..1c8cdcce07ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mymc
pkgdesc = A public domain utility for working with PlayStation 2 memory card images
pkgver = 2.6
- pkgrel = 10
+ pkgrel = 11
url = http://www.csclub.uwaterloo.ca:11068/mymc
arch = any
license = custom:public domain
@@ -15,7 +15,7 @@ pkgbase = mymc
sha256sums = 511639be6b9cadcea45461e33612b7a26a0af54ba123f059e338e21da078cb04
sha256sums = d10616d21e04c0d3b63d3dd995279107b20306e2d70690c06328683714312792
sha256sums = dea7982ca8d9c95441aec91846c4d6e14c248c939b828c35a991bebb43050838
- sha256sums = cdab5b592469259d75a11ec32801ee33ec2975d69b4ebf7cb18b1c5438d8b02b
+ sha256sums = 0069776d2c03e9afce6f327d1cf35219b6fa2d781bbc99a3f28e77919d198937
sha256sums = 27e07106eb41c719a870821fd38804ba3f11740742e30bb4e032b4b346738fae
pkgname = mymc
diff --git a/PKGBUILD b/PKGBUILD
index b0b413320fc8..d8001486fee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mymc
pkgver=2.6
-pkgrel=10
+pkgrel=11
pkgdesc="A public domain utility for working with PlayStation 2 memory card images"
arch=(any)
url="http://www.csclub.uwaterloo.ca:11068/mymc"
@@ -16,7 +16,7 @@ source=("mymc-$pkgver.zip::https://github.com/Ben0mega/mymc/archive/$_commit.zip
sha256sums=('511639be6b9cadcea45461e33612b7a26a0af54ba123f059e338e21da078cb04'
'd10616d21e04c0d3b63d3dd995279107b20306e2d70690c06328683714312792'
'dea7982ca8d9c95441aec91846c4d6e14c248c939b828c35a991bebb43050838'
- 'cdab5b592469259d75a11ec32801ee33ec2975d69b4ebf7cb18b1c5438d8b02b'
+ '84013f3ce49cf5b4d42152dd9d0f9548c3766b2026bc2cb623051c3ca43fc0da'
'27e07106eb41c719a870821fd38804ba3f11740742e30bb4e032b4b346738fae')
prepare() {
diff --git a/mymc.desktop b/mymc.desktop
index d88ed013ab6d..55319190410b 100644
--- a/mymc.desktop
+++ b/mymc.desktop
@@ -1,7 +1,8 @@
[Desktop Entry]
-Categories=Utility;Game
-Exec=mymc-gui
-GenericName=PS2 Memory Card Editor
+Type=Application
Name=MyMC
+GenericName=PS2 Memory Card Editor
+Comment=Edit your PS2 Memory Cards
Icon=mymc
-Type=Application
+Exec=mymc-gui.sh %f
+Categories=Utility;Game;