summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-03-03 21:53:48 -0500
committerJason Stryker2019-03-03 21:53:48 -0500
commit057ee5c89d86942bb20cb5e8516c79af12c449de (patch)
tree4171bff3dae6335f15ca521aaa5062dfd6990e47
parentf3e0ed46a52e7dc11bad3b6bb2841a84f329aeb8 (diff)
downloadaur-057ee5c89d86942bb20cb5e8516c79af12c449de.tar.gz
update to version 1.2
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a18aac665fe..8c008006f072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protontricks
pkgdesc = A simple wrapper that does winetricks things for Proton enabled games.
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 1
url = https://github.com/Matoking/protontricks
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = protontricks
optdepends = zenity: GUI for GNOME desktop
provides = protontricks
conflicts = protontricks-git
- source = https://github.com/Matoking/protontricks/archive/1.1.1.tar.gz
- sha512sums = 261e85f4faed20c9daeb539c7b5cfc80bfad20627c937b737c617b9732cc5f62741253adbf1045792160227b29637f2cd9012d409ea4f9af09d4e4497ed4d5d8
+ source = https://github.com/Matoking/protontricks/archive/1.2.tar.gz
+ sha512sums = 5be8305bfe046ed1922efe340c44fce16a2992b168755f5735a9eb601a875ea213ff8b839a9a2e2b9bc39934f1d3f792a249ac20468caae79463c3ac05b2ded5
pkgname = protontricks
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0effd571ed95
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.tar* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 4b6c017cd0f3..4e964885cfb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc="A simple wrapper that does winetricks things for Proton enabled games."
arch=('any')
url="https://github.com/Matoking/protontricks"
@@ -13,7 +13,7 @@ makedepends=('git' 'python-setuptools')
provides=("protontricks")
conflicts=('protontricks-git')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('261e85f4faed20c9daeb539c7b5cfc80bfad20627c937b737c617b9732cc5f62741253adbf1045792160227b29637f2cd9012d409ea4f9af09d4e4497ed4d5d8')
+sha512sums=('5be8305bfe046ed1922efe340c44fce16a2992b168755f5735a9eb601a875ea213ff8b839a9a2e2b9bc39934f1d3f792a249ac20468caae79463c3ac05b2ded5')
build() {
cd "${srcdir}/protontricks-${pkgver}"