summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6d64d971bdc..49b1ecdc7f0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,14 @@
# Thanks to the Linux Mint project http://linuxmint.com/
pkgname='mint-x-icons'
-pkgver='1.4.2'
-pkgrel='1'
-pkgdesc='Icon theme for Linux Mint'
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Icon theme for Linux Mint"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
-source=("${url}/${pkgname}_${pkgver}.tar.xz")
-depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
-options=('!strip')
-install="${pkgname}.install"
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/${pkgname}_${pkgver}.tar.xz")
+depends=(gdk-pixbuf2 gtk-update-icon-cache)
sha256sums=('b50b3d899d13dbac5a88a849989a9e4658251b808f4e14baf48af4f0312805d6')
prepare() {
@@ -23,4 +21,4 @@ prepare() {
package() {
cp -dr --no-preserve=ownership "${srcdir}/${pkgname}/usr" "${pkgdir}/"
-}
+} \ No newline at end of file