diff options
Diffstat (limited to 'source/xfce')
-rwxr-xr-x | source/xfce/xfce4-panel/xfce4-panel.SlackBuild | 2 | ||||
-rw-r--r-- | source/xfce/xfce4-panel/xfce4-panel.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/xfce/xfce4-panel/xfce4-panel.SlackBuild b/source/xfce/xfce4-panel/xfce4-panel.SlackBuild index bd8d5203..aa9aede6 100755 --- a/source/xfce/xfce4-panel/xfce4-panel.SlackBuild +++ b/source/xfce/xfce4-panel/xfce4-panel.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfce4-panel VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) diff --git a/source/xfce/xfce4-panel/xfce4-panel.url b/source/xfce/xfce4-panel/xfce4-panel.url new file mode 100644 index 00000000..11a583bf --- /dev/null +++ b/source/xfce/xfce4-panel/xfce4-panel.url @@ -0,0 +1 @@ +https://archive.xfce.org/src/xfce/xfce4-panel/4.16/xfce4-panel-4.16.1.tar.bz2 |