diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-17 14:22:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 14:22:17 -0500 |
| commit | a9d095267d9dc2492c2b3906e389c6b7ddde1674 (patch) | |
| tree | 0f1a3f8886817262c5eee3879d8a038e365f1b5e /PKGBUILD | |
| parent | 1d97794024f70dcb9354ca98fcff86a060fc95e7 (diff) | |
Fix md5sum
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ depends=('adobe-source-code-pro-fonts' 'libnotify' 'dunst' 'picom' 'light' 'feh' provides=('dwm' 'st' 'dmenu') source=("https://github.com/SkywalkerSW5/sarc/raw/master/tools/$pkgname-$pkgver.tar.xz") #source=("./$pkgname-$pkgver.tar.xz") -md5sums=("0e61840463a8058064524750306bae1d") +md5sums=("d36071c2e0fd0541cccfdeaae6be6683") build() { |