summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Dubois2019-07-29 14:38:20 +0200
committerErik Dubois2019-07-29 14:38:20 +0200
commit037974fa91957b90ef98807bc625eccd37e5df49 (patch)
treedcf32fbafa21efe5a950f8ffc277834f1b51f833 /PKGBUILD
parent684b633916d9167023412ded3121cd3d6d733695 (diff)
downloadaur-037974fa91957b90ef98807bc625eccd37e5df49.tar.gz
pacman reported an error in build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd04ae578eb4..97fc5db4dea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Diego <cdprincipe@gmail.com>
+# Current Maintainer <erik.dubois@gmail.com>
pkgname=numix-icon-theme-git
pkgver=0.r1984.1029e86ec
-pkgrel=1
+pkgrel=2
pkgdesc='Base icon theme from the Numix project'
arch=('any')
url='https://github.com/numixproject/numix-icon-theme'
@@ -29,4 +30,3 @@ package() {
cp -dr --no-preserve='ownership' Numix{,-Light} "$pkgdir"/usr/share/icons/
}
-# vim: ts=2 sw=2 et: