diff options
author | Gokberk Yaltirakli | 2022-04-24 17:33:40 +0300 |
---|---|---|
committer | Gokberk Yaltirakli | 2022-04-24 17:33:40 +0300 |
commit | 16cc8b62132e29045fb1e858a5eb18b53a5f1e43 (patch) | |
tree | 8b18b9461e854bc7b1847ee5ee66642d459bb7a9 /.SRCINFO | |
parent | 766cd0bca073eeb897677b4aa2c20ecc51d116c8 (diff) | |
download | aur-16cc8b62132e29045fb1e858a5eb18b53a5f1e43.tar.gz |
Fix Go link step failing because of build flags
This commit disables build flags in order to fix the build. In the
future, this should be investigated further for a "better" fix.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ pkgbase = aerc-git pkgdesc = Email Client for your Terminal - pkgver = 0.6.0.r21.gbc593ac + pkgver = 0.9.0.r40.geb7e45d pkgrel = 1 url = https://aerc-mail.org/ arch = x86_64 @@ -13,6 +13,7 @@ pkgbase = aerc-git optdepends = dante: proxy support provides = aerc conflicts = aerc + options = !buildflags source = aerc::git+https://git.sr.ht/~rjarry/aerc sha512sums = SKIP |