summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122017-09-23 22:03:44 +0200
committerwillemw122017-09-23 22:03:44 +0200
commitbc0db015da7cbc9b9fbbe3c17846cd5b26da201e (patch)
tree2da43e443fe7ee766c0e97102a3165088ff7c45a /PKGBUILD
parent33420851b2531e24f57d6f655dbbddd16049f283 (diff)
downloadaur-bc0db015da7cbc9b9fbbe3c17846cd5b26da201e.tar.gz
Add xapps depends. Set arch to 'any'
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86bc601c4b22..89ba04cd063a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=mintstick
pkgname=$_pkgname-git
-pkgver=r169.1020c77
+pkgver=r177.860ea2c
pkgrel=1
pkgdesc="Format or write images to usb-sticks (Linux Mint tool)"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/linuxmint/mintstick"
license=('GPL')
-depends=('desktop-file-utils' 'dosfstools' 'python2-dbus' 'python2-gobject' 'python2-pyparted' 'udisks2')
+depends=('desktop-file-utils' 'dosfstools' 'python2-dbus' 'python2-gobject' 'python2-pyparted' 'python2-xapp' 'udisks2' 'xapps')
optdepends=('e2fsprogs: Ext filesystems' 'ntfs-3g: NTFS filesystems')
makedepends=('git')
provides=($_pkgname)