summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordreieck2023-03-10 13:13:12 +0100
committerdreieck2023-03-10 13:13:12 +0100
commitc81135f047ab35223230367b8a0e33929ac70d07 (patch)
tree1a832632d5123552598a4b9890d78b32a811ada6 /PKGBUILD
parente0a9329cb2ab83a440d82d781d073a497131934e (diff)
downloadaur-c81135f047ab35223230367b8a0e33929ac70d07.tar.gz
* Changed the way the source location is determined.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79ef5f7c4401..1d9622206052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _pkgname=arandr-indicator
pkgname="${_pkgname}-git"
epoch=2
pkgver=2.0.0+11.r26.20220728.aac95e3
-pkgrel=1
+pkgrel=2
pkgdesc="Quick and simple tray icon menu for changing the monitor layout."
arch=('any')
-url="https://github.com/denilsonsa/arandr-indicator" # original project
+url="https://github.com/denilsonsa/arandr-indicator" # Original project.
license=('custom: BSD')
depends=(
'pygtk'
@@ -24,7 +24,7 @@ provides=("${_pkgname}=${pkgver}")
replaces=()
conflicts=("${_pkgname}")
source=(
- "${_pkgname}::git+https://github.com/denilsonsa/arandr-indicator.git" # original project (Python 2)
+ "${_pkgname}::git+${url}.git"
'license-info.txt'
)
sha256sums=(