summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlucas593562019-01-05 14:24:10 -0200
committerlucas593562019-01-05 14:24:10 -0200
commitcbb49df6087e4a2d7bdbc8dce4a06fc9f27d52c9 (patch)
treed201b479975f47c3dde2897abbb421a6fe0179f3 /PKGBUILD
parent7bc560e723138d32566a43ef6497597ab49193d5 (diff)
downloadaur-cbb49df6087e4a2d7bdbc8dce4a06fc9f27d52c9.tar.gz
Fix missing shebang
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")