summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-29 12:32:14 -0600
committerSam Burgos2017-05-29 12:32:14 -0600
commit33cdfb6295bf700ab229bcdbc34419112cee1dbc (patch)
treec10acb85d9c075c2c4259394cf99cdc2ffc077cc
parent54c84a12d5e9e3fb06da8ced9ae9cbe278e2c928 (diff)
downloadaur-33cdfb6295bf700ab229bcdbc34419112cee1dbc.tar.gz
updated PKGBUILD for mint-x-icons
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f3a7218255..ef3c325c68ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mint-x-icons
pkgdesc = Icon theme for Linux Mint
pkgver = 1.4.2
- pkgrel = 3
+ pkgrel = 4
url = http://packages.linuxmint.com/pool/main/m/mint-x-icons
arch = any
license = GPL3
depends = gdk-pixbuf2
depends = gtk-update-icon-cache
- source = mint-x-icons-1.4.2.tar.xz::http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.2.tar.xz
+ source = http://packages.linuxmint.com/pool/main/m/mint-x-icons/mint-x-icons_1.4.2.tar.xz
sha256sums = b50b3d899d13dbac5a88a849989a9e4658251b808f4e14baf48af4f0312805d6
pkgname = mint-x-icons
diff --git a/PKGBUILD b/PKGBUILD
index a7a9c27ac363..fb4eba280324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname='mint-x-icons'
pkgver=1.4.2
-pkgrel=3
+pkgrel=4
pkgdesc="Icon theme for Linux Mint"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
-source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
+source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=(gdk-pixbuf2 gtk-update-icon-cache)
sha256sums=('b50b3d899d13dbac5a88a849989a9e4658251b808f4e14baf48af4f0312805d6')
@@ -20,5 +20,5 @@ prepare() {
}
package() {
- cp -dr --no-preserve=ownership "${srcdir}/${pkgname}-${pkgver}/usr" "${pkgdir}/"
-} \ No newline at end of file
+ cp -dr --no-preserve=ownership "${srcdir}/${pkgname}/usr" "${pkgdir}/"
+}