diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-17 14:17:57 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-17 14:17:57 -0500 |
| commit | 1d97794024f70dcb9354ca98fcff86a060fc95e7 (patch) | |
| tree | 22b45b6a6f8a575da2be76503abd518444fbc60f /PKGBUILD | |
| parent | c63daf9b566b40137fa2aa880dc76b46c1c58896 (diff) | |
Added picom_run script
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ url="https://github.com/SkywalkerSW5/sarc" license=('MIT') depends=('adobe-source-code-pro-fonts' 'libnotify' 'dunst' 'picom' 'light' 'feh' 'xorg-server' 'sx' 'pulseaudio') provides=('dwm' 'st' 'dmenu') -#source=("https://github.com/SkywalkerSW5/sarc/raw/master/tools/$pkgname-$pkgver.tar.xz") -source=("./$pkgname-$pkgver.tar.xz") +source=("https://github.com/SkywalkerSW5/sarc/raw/master/tools/$pkgname-$pkgver.tar.xz") +#source=("./$pkgname-$pkgver.tar.xz") md5sums=("0e61840463a8058064524750306bae1d") build() { |