Skip to content

Commit

Permalink
[PKGBUILD/eos-settings-i3wm] more format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Oct 1, 2023
1 parent 48ee25a commit 6ebb5cd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ pkgname=eos-settings-i3wm
pkgver=1.3
pkgrel=3
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=('any')
groups=('EndeavourOS')
arch=("any")
groups=("EndeavourOS")
url="https://github.com/endeavouros-team/${_pkgname}"
license=('GPL')
license=("GPL")
conflics=("endeavouros-skel-xfce4" "endeavouros-skel-default" "endeavouros-skel-i3wm")
makedepends=('git')
depends=()
makedepends=("git")
source=("https://github.com/endeavouros-team/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('56b876b48ce67fbb6d8ab52dc13cfbbb6805746748339552c1e510f8592026c8')
sha256sums=("56b876b48ce67fbb6d8ab52dc13cfbbb6805746748339552c1e510f8592026c8")

package() {
cd "$_pkgname-$pkgver"
Expand Down

0 comments on commit 6ebb5cd

Please sign in to comment.