summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormaxlefou2018-10-12 20:11:50 +0200
committermaxlefou2018-10-12 20:11:50 +0200
commitfa34e167126c40123915511fe5cc54c802097ad0 (patch)
tree9d8a1d1e05d231d12685529300f1964f82d5d2de /PKGBUILD
parent91694edfa1e63537a99aa2fdb6099376a7739d46 (diff)
downloadaur-fa34e167126c40123915511fe5cc54c802097ad0.tar.gz
removed the useless(?) i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b442038957d1..5a9a67929d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ultrastar-creator
pkgver=git.latest
-pkgrel=4
+pkgrel=5
pkgdesc="Qt program used to generate USDX songs from scratch"
url=https://github.com/UltraStar-Deluxe/UltraStar-Creator
license=('GPL2')
-arch=('i686' 'x86_64')
+arch=('x86_64')
depends=('qt5-base' 'qt5-tools' 'git' 'libbass')