summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskywol2018-03-15 21:43:29 +0800
committerskywol2018-03-15 21:43:29 +0800
commit32d4c456d81de7cba104964545f64cf4a66503e3 (patch)
tree70293438b01ab3e6287e50b2d037903b3545644f
parenta6eaa68ddfc848edc213bc7496e45605124d75d9 (diff)
downloadaur-32d4c456d81de7cba104964545f64cf4a66503e3.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 994bed861eed..42ec8117186b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = marea-icon-theme
pkgdesc = Marea Icons
- pkgver = 4.7
+ pkgver = 4.9
pkgrel = 1
- url = https://github.com/Skywol/marea-icon-theme
+ url = https://github.com/Marea-Icons/Marea
arch = any
license = GPL3
- source = marea-icon-theme-4.7.tar.gz::https://github.com/Skywol/marea-icon-theme/archive/4.7.tar.gz
- sha512sums = SKIP
+ source = marea-icon-theme-4.9.tar.gz::https://github.com/Marea-Icons/Marea/archive/master.tar.gz
+ sha512sums = a4271be3ae4ea6e681143ccec465a0f699cd011e50c8b86de236ea0af6bfc2b69643941ccd5389ef6f0a72e0c5b96be923574bd5b8f2697ed808753f38007bc1
pkgname = marea-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 9d26cb8d5c32..8d5390187f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
#Maintainer: Alia Skywol <skywol@qq.com>
pkgname=marea-icon-theme
-pkgver=4.7
+pkgver=4.9
pkgrel=1
pkgdesc="Marea Icons"
arch=('any')
-url="https://github.com/Skywol/marea-icon-theme"
+url="https://github.com/Marea-Icons/Marea"
license=('GPL3')
replaces=('')
conflicts=('')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Skywol/marea-icon-theme/archive/${pkgver}.tar.gz")
-sha512sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Marea-Icons/Marea/archive/master.tar.gz")
+sha512sums=('a4271be3ae4ea6e681143ccec465a0f699cd011e50c8b86de236ea0af6bfc2b69643941ccd5389ef6f0a72e0c5b96be923574bd5b8f2697ed808753f38007bc1')
package() {
- cd $pkgname-$pkgver
+ mkdir $pkgname-$pkgver
+ mv Marea-master $pkgname-$pkgver/Marea
install -dm755 "$pkgdir"/usr/share/icons
- cp -r Marea "$pkgdir"/usr/share/icons/
+ cp -r $pkgname-$pkgver/Marea "$pkgdir"/usr/share/icons/
}