summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza Ayinmehr2019-03-22 09:07:55 +0430
committerAlireza Ayinmehr2019-03-22 09:07:55 +0430
commit9b9e6a76958be155edbb2b425c64b61e2d4d4039 (patch)
treeb98dce66e47339046cb4402891b34bf5b4ef577a
parent52bddef0a10b10321ba885f838df9e013c5cc748 (diff)
downloadaur-9b9e6a76958be155edbb2b425c64b61e2d4d4039.tar.gz
Update and Fixed packaging problems
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3f57d90334..36b76bf7b70d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jan 9 12:48:17 UTC 2018
pkgbase = grub2-theme-vimix-git
pkgdesc = Grub2 theme Vimix
- pkgver = 20170904
+ pkgver = 20190211
pkgrel = 1
url = https://github.com/vinceliuice/grub2-themes/grub-theme-vimix
install = grub2-theme-vimix-git.install
@@ -11,7 +9,7 @@ pkgbase = grub2-theme-vimix-git
makedepends = git
depends = grub
conflicts = grub2-theme-vimix
- source = grub2-theme-vimix-git::git+https://github.com/vinceliuice/grub2-themes/grub-theme-vimix
+ source = grub2-theme-vimix-git::git+https://github.com/vinceliuice/grub2-themes.git
md5sums = SKIP
pkgname = grub2-theme-vimix-git
diff --git a/PKGBUILD b/PKGBUILD
index 47699d192407..8b2127ebc404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: wenLiangcan <boxeed at gmail dot com>
+# Maintainer: Alireza Ayinmehr <alireza.darksun@gmail.com>
+# Contributor: wenLiangcan <boxeed at gmail dot com>
# Contributor: se7enday(87635645#qq.com)
# I'm going to sleep. I'll work on it tomorrow.
pkgname=grub2-theme-vimix-git
-pkgver=20170904
+pkgver=20190211
pkgrel=1
pkgdesc="Grub2 theme Vimix"
url="https://github.com/vinceliuice/grub2-themes/grub-theme-vimix"
arch=('any')
license=('GPLv3')
depends=('grub')
-makedepends=('git' 'foo-package-doesnt-exist')
+makedepends=('git')
install=${pkgname}.install
-source=("${pkgname}"::"git+https://github.com/vinceliuice/grub2-themes/")
+source=("${pkgname}"::"git+https://github.com/vinceliuice/grub2-themes.git")
conflicts=('grub2-theme-vimix')
md5sums=('SKIP')
@@ -21,7 +22,7 @@ pkgver() {
}
package() {
- cd "$srcdir/${pkgname}"
+ cd "${srcdir}/${pkgname}/grub-theme-vimix/"
find ./Vimix/ -type f -exec install -Dm644 {} \
"${pkgdir}/boot/grub/themes/{}" \;
}