diff options
author | Uncle Hunto | 2018-06-21 13:41:01 -0700 |
---|---|---|
committer | Uncle Hunto | 2018-06-21 13:41:01 -0700 |
commit | a1101a61904ea1c408618fce72165ff6b01c6a94 (patch) | |
tree | c574baec7721e2c516e32432824fd15c57f5a74c | |
parent | ae55f14f269b4a0266732f857d9082105934ffd4 (diff) | |
download | aur-a1101a61904ea1c408618fce72165ff6b01c6a94.tar.gz |
Fix arch info
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,11 +1,12 @@ # Generated by mksrcinfo v8 -# Thu Jun 21 20:33:35 UTC 2018 +# Thu Jun 21 20:40:03 UTC 2018 pkgbase = airvpn-beta-bin pkgdesc = AirVPN client "Eddie" based on OpenVPN, beta version. pkgver = 2.15.2 pkgrel = 1 url = https://airvpn.org/linux/ install = airvpn.install + arch = i686 arch = x86_64 license = GPL3 depends = sudo @@ -20,6 +21,9 @@ pkgbase = airvpn-beta-bin provides = airvpn conflicts = airvpn conflicts = airvpn-bin + source_i686 = eddie-ui_2.15.2_linux_x86_debian.deb::https://eddie.website/download/?platform=linux&arch=x86&ui=ui&format=debian.deb&version=experimental + md5sums_i686 = 839500046dc9dcd52618a54ff696ad61 + sha256sums_i686 = 34d80fd55125a4f17165bffed4490405165798f18f2b5a490761d0260e54ed26 source_x86_64 = eddie-ui_2.15.2_linux_x64_debian.deb::https://eddie.website/download/?platform=linux&arch=x64&ui=ui&format=debian.deb&version=experimental md5sums_x86_64 = fd7a2b461b526b9a0257ebdea04228cc sha256sums_x86_64 = 70f791c28834f758757c7858a2a734691db9afe871daa2ae20324f4128cc5629 @@ -4,7 +4,7 @@ pkgname=airvpn-beta-bin pkgver=2.15.2 pkgrel=1 pkgdesc='AirVPN client "Eddie" based on OpenVPN, beta version.' -arch=('x86_64') +arch=('i686' 'x86_64') url=https://airvpn.org/linux/ license=(GPL3) depends=(sudo mono openvpn curl libnotify) |