summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskywol2018-02-06 00:41:05 +0800
committerskywol2018-02-06 00:41:05 +0800
commit082d85a1c45e95e74915aefa5123ee04394f7f89 (patch)
tree78d1c2f2fcef686103d709dde694d9e4a9eb2ee4
parent9a19b53720464049be98176af3857d3890abc124 (diff)
downloadaur-082d85a1c45e95e74915aefa5123ee04394f7f89.tar.gz
version 4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85a8f1210593..620a629e99bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = marea-icon-theme
pkgdesc = Marea Icons
- pkgver = 1.1
- pkgrel = 1
+ pkgver = 4.4
+ pkgrel = 9
url = https://github.com/Skywol/marea-icon-theme
arch = any
license = GPL3
- source = marea-icon-theme-1.1.tar.gz::https://github.com/Skywol/marea-icon-theme/archive/1.1.tar.gz
+ source = marea-icon-theme-4.4.tar.xz::http://mirrors.ustc.edu.cn/deepin/pool/main/m/marea-icon-theme/marea-icon-theme_4.4.tar.xz
sha512sums = SKIP
pkgname = marea-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index c93d89cec3d9..a896bf2cf171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
#Maintainer: Alia Skywol <skywol@qq.com>
pkgname=marea-icon-theme
-pkgver=1.1
-pkgrel=1
+pkgver=4.4
+pkgrel=9
pkgdesc="Marea Icons"
arch=('any')
url="https://github.com/Skywol/marea-icon-theme"
license=('GPL3')
replaces=('')
conflicts=('')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Skywol/marea-icon-theme/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.xz::http://mirrors.ustc.edu.cn/deepin/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha512sums=('SKIP')
package() {
cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ install -dm755 "$pkgdir"/usr/share/icons
+ cp -r Marea "$pkgdir"/usr/share/icons/
}