Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gnome-shell-extension-caffeine-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=r130
pkgrel=1
pkgdesc="Fill the cup to inhibit auto suspend and screensaver."
arch=(any)
url="https://github.com/eonpatapon/gnome-shell-extension-caffeine"
url="https://github.com/qunxyz/gnome-shell-extension-caffeine"
license=(GPLv2)

# template input; name=git
Expand All @@ -17,7 +17,7 @@ license=(GPLv2)

build() {
cd "$_gitname"
./update-locale.sh
./build.sh
}

package_09_icons() {
Expand Down