summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortwa0222016-04-13 17:07:13 -0400
committertwa0222016-04-13 17:07:13 -0400
commit777ae1cd4e520e2a57ee9b5aedbcefed870a232f (patch)
tree5e0ce13fa48fa7d8067703324d762599ef8f1d8a /PKGBUILD
parentff541ad75ca077f242c96763e431b5f4ddb4af60 (diff)
downloadaur-777ae1cd4e520e2a57ee9b5aedbcefed870a232f.tar.gz
Don't explicitly include optipng as an option.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de96da40b728..f04d531d5c32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=mint-y-icons
pkgname=${_pkgname}-git
-pkgver=36.e8d97fe
-pkgrel=1
+pkgver=37.262c757
+pkgrel=2
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set"
arch=('any')
url="https://github.com/linuxmint/mint-y-icons"
@@ -11,7 +11,6 @@ license=('GPL3')
depends=()
makedepends=()
optdepends=("mint-x-icons: Mint-Y inherits missing icons from Mint-X")
-options=('optipng')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("${_pkgname}"::git+https://github.com/linuxmint/mint-y-icons.git)