Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Jun 25, 2024
2 parents a2c9bc4 + 7a3e65a commit cd2bc81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions calamares/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Calamares installer (fork) configured for EndeavourOS

pkgname=calamares
pkgver=24.06.1.1
pkgver=24.06.1.2
pkgrel=1
release_name="Endeavour"
pkgdesc="Calamares installer for EndeavourOS"
Expand All @@ -19,7 +19,7 @@ provides=("calamares")
options=(!strip !emptydirs)
source=("https://github.com/endeavouros-team/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")

sha256sums=('68852b905d7e86ec6be09934fc6add8b560338ead08e8286d93cd99e4b1d7084')
sha256sums=('636fb380c6c03314ba664a0457e9e1488e9b727836af5e01dce58b10792e0d3b')

prepare() {
# Update branding.desc with the proper values
Expand Down
4 changes: 2 additions & 2 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgname=endeavouros-i3wm-setup
pkgname=eos-settings-i3wm
pkgver=3.0
pkgver=3.1
pkgrel=1
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=("any")
Expand All @@ -11,7 +11,7 @@ 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=('f31486c595887e6ac1f789ca639c61906273810bc7f9ae9fa578e6e7d9402b2e')
sha256sums=('1c86ecb10abe19183c5909565c33d4337ac639ae249956839682167619f2707d')

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

0 comments on commit cd2bc81

Please sign in to comment.