summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiab Neiroukh2020-04-30 21:57:04 +0100
committerDiab Neiroukh2020-04-30 21:57:04 +0100
commitf7a2e56fdb5a9a850699ce2b13b792c81b167329 (patch)
tree4e3d1954576c2e6d8e3f969779a78f59197e6332
parenta2ac8a2085233d8ad79fc7cf68bd8c630cdb92e5 (diff)
downloadaur-f7a2e56fdb5a9a850699ce2b13b792c81b167329.tar.gz
🚀 RELEASE: Refactor PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD33
2 files changed, 26 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f577f93b00a..9157fa116654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = gnome-shell-extension-blyr
pkgdesc = Apply a Blur Effect to GNOME Shell UI elements
pkgver = 7
pkgrel = 1
+ epoch = 1
url = https://github.com/yozoon/gnome-shell-extension-blyr
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 43e938081b9f..eac3b5235db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,33 @@
pkgname="gnome-shell-extension-blyr"
pkgver=7
pkgrel=1
+epoch=1
pkgdesc="Apply a Blur Effect to GNOME Shell UI elements"
-arch=("any")
+arch=(
+ "any"
+)
url="https://github.com/yozoon/gnome-shell-extension-blyr"
-license=("GPL")
-depends=("gnome-shell>=3.34")
-optdepends=("clutter-gtk: configuring blyr")
-makedepends=("unzip")
-source=("https://github.com/yozoon/gnome-shell-extension-blyr/releases/download/v${pkgver}/blyr@yozoon.dev.gmail.com.zip")
-noextract=("blyr@yozoon.dev.gmail.com.zip")
-b2sums=("d4d56d889bc3fe59abafd9b54f71e666dd8651ad7bab9bbae830f95f09c948417ad67906f9cd6a903610df882dd534f4303fec87877641a808843aae3353a3ea")
+license=(
+ "GPL"
+)
+depends=(
+ "gnome-shell>=3.34"
+)
+optdepends=(
+ "clutter-gtk: configuring blyr"
+)
+makedepends=(
+ "unzip"
+)
+source=(
+ "https://github.com/yozoon/gnome-shell-extension-blyr/releases/download/v${pkgver}/blyr@yozoon.dev.gmail.com.zip"
+)
+noextract=(
+ "blyr@yozoon.dev.gmail.com.zip"
+)
+b2sums=(
+ "d4d56d889bc3fe59abafd9b54f71e666dd8651ad7bab9bbae830f95f09c948417ad67906f9cd6a903610df882dd534f4303fec87877641a808843aae3353a3ea"
+)
prepare()
{