summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2019-07-29 14:38:20 +0200
committerErik Dubois2019-07-29 14:38:20 +0200
commit037974fa91957b90ef98807bc625eccd37e5df49 (patch)
treedcf32fbafa21efe5a950f8ffc277834f1b51f833
parent684b633916d9167023412ded3121cd3d6d733695 (diff)
downloadaur-037974fa91957b90ef98807bc625eccd37e5df49.tar.gz
pacman reported an error in build
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4900581e3501..d1d96eba29de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = numix-icon-theme-git
pkgdesc = Base icon theme from the Numix project
pkgver = 0.r1984.1029e86ec
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/numixproject/numix-icon-theme
arch = any
license = GPL3
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..da3acab513c0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+git.sh
+pkg
+src
+numix-icon-theme
+numix-icon-theme-git* \ No newline at end of file
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: