summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel van Diepen2024-05-07 16:17:24 -0600
committerNathaniel van Diepen2024-05-07 16:17:24 -0600
commitb442f431926b05b8a13aba2472ff58bc9ef07528 (patch)
tree1de16a9a31f3b37593f72ecb85b96f173d05ea3a
parent6c2231fb3a24a0321a6d04b98cc840a76b56d2a3 (diff)
downloadaur-b442f431926b05b8a13aba2472ff58bc9ef07528.tar.gz
Fix build
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f9a497056b..7771fe0de2d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-tray-icons-reloaded
pkgdesc = GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
pkgver = 30
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MartinPL/Tray-Icons-Reloaded
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/MartinPL/Tray-Icons-Reloaded/archive/d76277e93afbff4338060bcfec4d6cf85059c1d8.zip
- sha256sums = bf5cdb6576cb5b364edd2490ab432e04ee26d29ef19c4cdf8eb5eedc3afae772
+ source = https://github.com/MartinPL/tray-icons-reloaded/archive/d76277e93afbff4338060bcfec4d6cf85059c1d8.zip
+ sha256sums = 152177538252e496f3748eada9a481de650c602b0b899ad8911031625620854f
pkgname = gnome-shell-extension-tray-icons-reloaded
diff --git a/PKGBUILD b/PKGBUILD
index 7bb020af4aec..10b16a2e7080 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=gnome-shell-extension-tray-icons-reloaded
pkgver=30
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Shell extension which bring back Tray Icons to top panel, with additional features."
arch=('any')
url="https://github.com/MartinPL/Tray-Icons-Reloaded"
license=('GPL3')
depends=('gnome-shell')
_commit="d76277e93afbff4338060bcfec4d6cf85059c1d8"
-_name="Tray-Icons-Reloaded"
+_name="tray-icons-reloaded"
source=("https://github.com/MartinPL/$_name/archive/$_commit.zip")
-sha256sums=('bf5cdb6576cb5b364edd2490ab432e04ee26d29ef19c4cdf8eb5eedc3afae772')
+sha256sums=('152177538252e496f3748eada9a481de650c602b0b899ad8911031625620854f')
build() {
cd "${srcdir}/${_name}-${_commit}"