diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ pkgname=gnome-shell-extension-s76-scheduler _uuid=s76-scheduler@winter.vg pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Tiny GNOME extension that updates process priorities using the System76 Scheduler' arch=('x86_64') url='https://github.com/ossianwinter/s76-scheduler' license=('MPL-2.0') -depends=('gnome-shell') +depends=('gnome-shell' 'system76-scheduler') makedepends=('git') source=("git+https://github.com/ossianwinter/s76-scheduler.git#tag=v${pkgver}") sha256sums=('08a7fdecd3a2c9d90330af100a5a34837be157f67e5ad0d3fa99655c6e470596') |