summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD2
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b473a8d1c037..0dbd3c04d770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = playonlinux-git
pkgdesc = GUI for managing Windows programs under linux
- pkgver = 4.2.5.r1.g9183700
+ pkgver = 4.2.9.r1.g1157b14
pkgrel = 1
epoch = 1
url = http://www.playonlinux.com/
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..181b3460e424
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*
+!PKGBUILD
+!.SRCINFO
+!*.patch
+!*.desktop
+!*.install
+!*.service
+!*.sh
+!*.conf
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 62d75742c471..3966b0ce5f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=playonlinux
pkgname=$_pkgname-git
-pkgver=4.2.5.r1.g9183700
+pkgver=4.2.9.r1.g1157b14
pkgrel=1
epoch=1
pkgdesc="GUI for managing Windows programs under linux"