summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2020-04-13 23:46:54 +0200
committerAntoine Viallon2020-04-13 23:46:54 +0200
commitb5568aa23a3c3cfb90e21ed316c8714520093cf6 (patch)
tree522de260ffe0f64f34c654c7b3002011e20cd168
parente0f8955852d5bfdb6e866a3832084772137ce25b (diff)
downloadaur-b5568aa23a3c3cfb90e21ed316c8714520093cf6.tar.gz
Replace package to a dummy one, as it is replaced by arch-silence-grub-theme-git
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD21
2 files changed, 8 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb4fa804e8c..be4a9561d1a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = arch-silence-grub-theme
- pkgdesc = Arch Silence - GRUB2 theme
- pkgver = r5.9fda3bf
+ pkgdesc = Arch Silence - GRUB2 theme (dummy package)
+ pkgver = 1
pkgrel = 1
+ epoch = 1
url = https://github.com/fghibellini/arch-silence
- install = arch-silence-grub-theme.install
arch = any
license = GPL
- makedepends = git
- source = git+https://github.com/fghibellini/arch-silence
- md5sums = SKIP
+ depends = arch-silence-grub-theme-git
pkgname = arch-silence-grub-theme
diff --git a/PKGBUILD b/PKGBUILD
index bc9c98afd963..10d8669cd717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,12 @@
# Maintainer: Antoine Viallon <antoine.viallon@gmail.com>
pkgname=arch-silence-grub-theme
-pkgver=r5.9fda3bf
+pkgver=1
pkgrel=1
-pkgdesc="Arch Silence - GRUB2 theme"
+epoch=1
+pkgdesc="Arch Silence - GRUB2 theme (dummy package)"
arch=('any')
license=('GPL')
-depends=()
+depends=('arch-silence-grub-theme-git')
optdepends=()
-install="${pkgname}.install"
url="https://github.com/fghibellini/arch-silence"
-source=('git+https://github.com/fghibellini/arch-silence')
-makedepends=('git')
-md5sums=('SKIP')
-
-pkgver() {
- cd "arch-silence"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
- mkdir -p "${pkgdir}/boot/grub/themes/arch-silence"
- cp -TRv "${srcdir}/arch-silence/theme" "${pkgdir}/boot/grub/themes/arch-silence"
-}