Skip to content

Commit

Permalink
[eos-settings-i3wm] fix filename .Xresources (missing dot)
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe committed Dec 14, 2023
1 parent 139be56 commit 7abebd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

_pkgname=endeavouros-i3wm-setup
pkgname=eos-settings-i3wm
pkgver=1.6
pkgrel=2
pkgver=1.7
pkgrel=1
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=("any")
url="https://github.com/endeavouros-team/${_pkgname}"
license=("GPL")
conflics=("endeavouros-skel-xfce4" "endeavouros-skel-default" "endeavouros-skel-i3wm")
makedepends=("git")
source=("https://github.com/endeavouros-team/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('eeba27d2dd8e416631c73c8c9efa58a156eee77cebe186c802c8a3d8665797b3')
sha256sums=('f4190f55bae8030bf1df16db97dd5625401bee1ca3c8bea699166fc074dd42cd')

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

0 comments on commit 7abebd3

Please sign in to comment.