diff options
author | XenHat | 2023-10-03 22:13:54 -0400 |
---|---|---|
committer | XenHat | 2023-10-03 22:13:54 -0400 |
commit | eee223b5d51181e8273db116e29d3a75aac1d9e8 (patch) | |
tree | a2e2cf95be9da34c721dbfb373fedc0161eae923 | |
parent | 393f6313420869e0a4260afb3e0564e305a9d1ea (diff) | |
download | aur-eee223b5d51181e8273db116e29d3a75aac1d9e8.tar.gz |
update package version
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ pkgbase = discord-rpc-wine-git pkgdesc = discord-rpc implementation for Wine allowing Wine games to interact with native Discord - pkgver = 1.0.0.r0.g7e4d38e + pkgver = 1.0.0.r2.ge432eb6 pkgrel = 1 - url = https://github.com/Marc3842h/rpc-wine + url = https://github.com/mellowagain/rpc-wine install = discord-rpc-wine.install arch = x86_64 arch = i686 @@ -13,10 +13,10 @@ pkgbase = discord-rpc-wine-git depends = wine provides = discord-rpc-wine conflicts = discord-rpc-wine - source = git+https://github.com/Marc3842h/rpc-wine + options = !buildflags + source = git+https://github.com/mellowagain/rpc-wine source = discord-rpc-wine.sh sha256sums = SKIP sha256sums = 9dd85cb4ccd7524b7416c29967dcc0640c2784aaa9561ccc6799c81866b1cffc pkgname = discord-rpc-wine-git - @@ -2,7 +2,7 @@ _reponame=rpc-wine pkgname=discord-rpc-wine-git -pkgver=1.0.0.r0.g7e4d38e +pkgver=1.0.0.r2.ge432eb6 pkgrel=1 pkgdesc="discord-rpc implementation for Wine allowing Wine games to interact with native Discord" arch=('x86_64' 'i686') |