summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlucas593562019-01-05 14:24:10 -0200
committerlucas593562019-01-05 14:24:10 -0200
commitcbb49df6087e4a2d7bdbc8dce4a06fc9f27d52c9 (patch)
treed201b479975f47c3dde2897abbb421a6fe0179f3
parent7bc560e723138d32566a43ef6497597ab49193d5 (diff)
downloadaur-cbb49df6087e4a2d7bdbc8dce4a06fc9f27d52c9.tar.gz
Fix missing shebang
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mspaint1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a948b96376f9..a599e35d1ad7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mspaint-xp-bin
pkgdesc = The classic MS PAINT of Windows XP
pkgver = v1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/lucasew/allegro_blasteroids
arch = x86_64
license = proprietary
diff --git a/PKGBUILD b/PKGBUILD
index bdfe06a4936b..e38e48ef59c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mspaint-xp-bin
pkgver=v1
depends=('wine')
-pkgrel=0
+pkgrel=1
arch=(x86_64)
pkgdesc="The classic MS PAINT of Windows XP"
license=("proprietary")
diff --git a/mspaint b/mspaint
index 7e03b4a256e3..3d8cd2ca3deb 100644
--- a/mspaint
+++ b/mspaint
@@ -1,3 +1,4 @@
+#! /usr/bin/env sh
wine /usr/share/mspaint-xp/mspaint.exe > /dev/null 2> /dev/null
# Waits paint to close
wineserver -w