Skip to content

Commit

Permalink
[eos-bash-shared] added (experimental) option --flatpak to eos-update
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Dec 6, 2023
1 parent 3fbd5fa commit 0156c52
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions eos-bash-shared/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=eos-bash-shared
pkgdesc="Bash code shared by certain EndeavourOS apps."
pkgver=23.26
pkgver=23.27
pkgrel=1
arch=('any')
license=('GPL')
Expand All @@ -26,8 +26,9 @@ optdepends=(
"kde-gtk-config: to remove gtk related yad warnings"
"libnotify: for eos-reboot-required2"
"webkit2gtk-4.1: for eos-pacdiff to show message windows implemented with yad"
"yay: for eos-update for AUR updates"
"paru: for eos-update for AUR updates"
"yay: alternative for AUR updates in eos-update"
"paru: alternative for AUR updates in eos-update"
"flatpak: for flatpak updates in eos-update"
)

backup=(
Expand Down Expand Up @@ -61,6 +62,7 @@ source=(
$_url/eos-update.desktop
$_url/eos-update.completion
$_url/eos-update-extras
$_url/eos-update-after
$_url/eos-waiting-indicator

# $_url/UpdateInTerminal
Expand Down Expand Up @@ -107,10 +109,11 @@ sha512sums=('2a90394fb941dd3514f6838845b466aa39d2c0a4f7048b1fd3f421767a6cf67d8c1
'd8186b24a0e2165bee6b2193c42ca0ee1094cc35501138cd183595dba2df8bcc3574b49d922d5a37a9e5049365ce65cbbb241c84218de44442f78f355fe6190d'
'db585c1ec4c73defe333b37b42c11c704a1e4ca33b56263430d7080025a31072b0f444848743719dacaefc3612aa8d5487d0d9cc0dfa6c8d0b0634132e742b85'
'291176d3689d219b43302f012ea62f6a593564d204f0004c58ae63b0a80efb9d5a27667c62a2be7f4fc977f1df254152f61e651732dcc61104de3130632634dd'
'91249ecc71fd310901e9e390c41cc8b2e6f7d040cefa92476bd113938b1f0fa0a61de602d1a88dc2eaa8522d5015fdfecf03f7fd23476f2818eb52ed2806e92d'
'bf73589b37d05c8015448cdfbbb12c48c2f1f0c0e15c49bfbd8c23bfd42f2a3c593804cfd5f4523b2cd8190aff5a2b7a8511fd1b45510f61e65785b39931c750'
'89c34c867b33dce39a165fc37eb51309aeda20b2a42830c77fe7a772fdcc6796c281b264ec6dcc71e82e0f4109e2c3004fd74c5c205a5a14292f829895c54661'
'e8703f8bee02b58160db9432b6629731285c3259d71885b4cc0511e90f12f1b57f975a3572c7a51e066a82f41b0e01d7f325047d85f1b15eb916db6fc7056f8e'
'8c30d3964bec417e849d4fe52788ea6a2124db566236cd1fbe90ca069f79ea3dd5d95e71d99eaa50d46ba5fa5b1ad7c2b5276c77b6486bdc23c9bda47d28f42d'
'e306532a938ae20d7e4a810d04438a949b8688ba4ce357b7993487b599685f0b12a896bf48b820fc357a7b96570d81e5162d6abdc59b10cbd523f21b9a83f4f0'
'0410cd0635f2cab8a3d6ba0ecdc49bc72b0b8f7a454064a01bc1348409ffb5ae8f5c572e6c5659ba9e16062ad56c28ef87a4a784b4cb648c60aa0484f9ad2675'
'18efb6d77a29c7da2fb41f1438e9894699104f83593ce9889d825072a1ef2a1c3176a893ee8313506adc4eae0fb67934308beb231100a2338a1cf2aa96fff4c1'
'91e3271c105b50fc38758951574c53faa35e1b5025ff00ab76f3d25cd576c78ac19f8ef75155f5bbe179d11cc3f569e6784941ec7dd45e1d096351ad31122680'
Expand Down Expand Up @@ -164,6 +167,7 @@ package() {
# install -Dm755 UpdateInTerminal $bin/UpdateInTerminal
install -Dm755 eos-update $bin/eos-update
install -Dm755 eos-update-extras $bin/eos-update-extras
install -Dm755 eos-update-after $bin/eos-update-after
install -Dm755 eos-waiting-indicator $bin/eos-waiting-indicator
install -Dm755 eos-download-wallpapers $bin/eos-download-wallpapers
install -Dm755 eos-pacdiff $bin/eos-pacdiff
Expand Down

0 comments on commit 0156c52

Please sign in to comment.