summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca D'Amico2023-11-06 22:20:03 +0100
committerLuca D'Amico2023-11-06 22:20:03 +0100
commitdb8e66d4b7567586200fc4f5a8cb6effb9c3af9e (patch)
tree9b4d2760aa1631de9f8a1f89e2e004d26ad3e612 /PKGBUILD
parentd7eb81e5c7583443a7d52b2f9c438a110a500a9c (diff)
downloadaur-db8e66d4b7567586200fc4f5a8cb6effb9c3af9e.tar.gz
Fixed pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d98656b4a4d2..123b7a5688b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: Luca D'Amico <damico.luca91@live.it>
pkgname=puzzle-bobble-grub2-theme
-pkgver=r6.1dc88c6
+pkgver=1.0
pkgrel=1
pkgdesc="Puzzle Bobble Grub2 Theme"
arch=('any')
license=('GPLv3')
-depends=()
-optdepends=()
+depends=('grub')
install="${pkgname}.install"
url="https://github.com/Luca1991/Puzzle-Bobble-Grub2-Theme"
-source=('git+https://github.com/Luca1991/Puzzle-Bobble-Grub2-Theme')
-makedepends=('git')
-md5sums=('SKIP')
+source=("https://github.com/Luca1991/Puzzle-Bobble-Grub2-Theme/archive/refs/tags/$pkgver.tar.gz")
+md5sums=('42faf403a3bced45fcf5644003b1eefba322bab8e5e03b0b0d520a2d79217ddd')
pkgver() {
cd "Puzzle-Bobble-Grub2-Theme"