Skip to content

Commit

Permalink
Merge pull request #1559 from mariux64/update-xdg-utils
Browse files Browse the repository at this point in the history
xdg-utils: Update version from 1.0.2 to 1.1.3
  • Loading branch information
pmenzel authored Jan 7, 2020
2 parents f108787 + 71c7a06 commit b622e19
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
31 changes: 0 additions & 31 deletions xdg-utils-1.0.2-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions xdg-utils.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION xdg-utils-1.1.3-0

# more info: https://foo.bar.com

SRCURL[0]="https://portland.freedesktop.org/download/xdg-utils-${PKGVERSION}.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit b622e19

Please sign in to comment.