Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 2 additions & 5 deletions apps/alg-app-store/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=alg-app-store
pkgver=0.3.2
pkgrel=6
pkgrel=10
pkgdesc="A modern, native package manager for Arch Linux built with Qt6 and C++"
arch=('x86_64' 'aarch64')
url="https://github.com/arch-linux-gui/alg-app-store"
Expand All @@ -26,7 +26,7 @@ optdepends=(
'chaotic-keyring: Chaotic-AUR repository support'
'chaotic-mirrorlist: Chaotic-AUR repository support'
)
source=("git+https://github.com/arch-linux-gui/alg-app-store.git#branch=devel")
source=(${pkgname}::"git+${url}")
sha256sums=('SKIP')

build() {
Expand Down Expand Up @@ -58,9 +58,6 @@ package() {
# Install icon
install -Dm644 ../assets/alg-app-store.png "$pkgdir/usr/share/pixmaps/alg-app-store.png"

# Install stylesheet
install -Dm644 stylesheet.qss "$pkgdir/usr/share/alg-app-store/stylesheet.qss"

# Install license (if exists)
if [ -f ../LICENSE ]; then
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion apps/alg-welcome/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=alg-welcome
pkgver=3.1.4
pkgrel=3
pkgrel=7
pkgdesc="A fast, lightweight welcome application for ALG built with Qt6 and modern C++"
arch=('x86_64')
url="https://github.com/arch-linux-gui/alg-welcome"
Expand Down
5 changes: 3 additions & 2 deletions cala-configs/alg-theme-cala-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
# Maintainer: akash6222 <[email protected]>
pkgname=alg-theme-cala-config
destname="/etc"
pkgver=25.10
pkgrel=2
pkgver=26.7
pkgrel=1
pkgdesc="Calamares config for Arch Linux GUI Themed Editions"
arch=('any')
url="https://github.com/arch-linux-gui"
Expand Down
6 changes: 3 additions & 3 deletions settings/alg-gnome-settings/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

pkgname=alg-gnome-settings
destname="/etc"
pkgver=24.04
pkgrel=1
pkgver=26.08
pkgrel=2
pkgdesc="Settings for Arch Linux GUI GNOME Edition"
arch=('x86_64')
url="https://github.com/arch-linux-gui"
license=('GPL3')
makedepends=('git')

depends=('gnome-terminal' 'vlc' 'firefox' 'tela-circle-icon')
depends=('gnome-console' 'vlc' 'firefox' 'tela-circle-icon')

optdepends=('paru: an AUR helper'
'neofetch: screenfetch utility'
Expand Down
4 changes: 2 additions & 2 deletions settings/alg-plasma-settings/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgname=alg-plasma-settings
destname="/etc"
pkgver=25.10
pkgrel=1
pkgver=26.08
pkgrel=2
pkgdesc="Settings for Arch Linux GUI Plasma Edition"
arch=('x86_64')
url="https://github.com/arch-linux-gui"
Expand Down
4 changes: 2 additions & 2 deletions settings/alg-set-once/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: akash6222 <[email protected]>

pkgname=alg-set-once
pkgver=25.4
pkgrel=2
pkgver=26.8
pkgrel=1
pkgdesc="Set Once For ALG"
arch=('x86_64')
url="https://github.com/arch-linux-gui/alg-set-once"
Expand Down