summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8424e544b41a..cc02cc821486 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 01:43:37 UTC 2017
+# Mon Feb 13 06:50:27 UTC 2017
pkgbase = osu-wine-git
pkgdesc = osu!
pkgver = 6.04b1941
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Nefelim4ag/osu-wine
install = osu-wine-git.install
arch = any
@@ -11,6 +11,7 @@ pkgbase = osu-wine-git
depends = wine
depends = winetricks
depends = bash
+ depends = lib32-gnutls
optdepends = lib32-libpulse: for audio
optdepends = wine-staging
backup = etc/osu-wine.conf
diff --git a/PKGBUILD b/PKGBUILD
index f48d2a7ca68e..77f7f10fc13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=osu-wine-git
pkgver=6.04b1941
-pkgrel=1
+pkgrel=2
pkgdesc="osu!"
arch=('any')
url="https://github.com/Nefelim4ag/osu-wine"
license=('GPL3')
-depends=('wine' 'winetricks' 'bash')
+depends=('wine' 'winetricks' 'bash' 'lib32-gnutls')
optdepends=('lib32-libpulse: for audio' 'wine-staging')
#conflicts=()
source=("$pkgname"::'git://github.com/Nefelim4ag/osu-wine.git#branch=master')