summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f04d531d5c32..bc822f7ef794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=mint-y-icons
pkgname=${_pkgname}-git
-pkgver=37.262c757
-pkgrel=2
+pkgver=46.704e216
+pkgrel=1
pkgdesc="New icons from LinuxMint 18 inspired by the Moka icon set"
arch=('any')
url="https://github.com/linuxmint/mint-y-icons"
@@ -14,7 +14,6 @@ optdepends=("mint-x-icons: Mint-Y inherits missing icons from Mint-X")
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("${_pkgname}"::git+https://github.com/linuxmint/mint-y-icons.git)
-install="$_pkgname.install"
sha256sums=('SKIP')
pkgver() {
@@ -24,6 +23,6 @@ pkgver() {
package() {
cd ${srcdir}/${_pkgname}
-
+
cp -aR ./usr ${pkgdir}
}