diff options
-rw-r--r-- | desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/gtk-theme-Greybird/gtk-theme-Greybird.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild index 15dba3c1b8..3aa876c714 100644 --- a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild +++ b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="gtk-theme-Greybird" -VERSION=${VERSION:-3.22.4} +VERSION=${VERSION:-3.22.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ make make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a {LICENSE.*,README.md} $PKG/usr/doc/$PRGNAM-$VERSION +cp LICENSE.* README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info index 8ab4d165f6..c5c37ec341 100644 --- a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info +++ b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info @@ -1,8 +1,8 @@ PRGNAM="gtk-theme-Greybird" -VERSION="3.22.4" +VERSION="3.22.5" HOMEPAGE="https://github.com/shimmerproject/Greybird/" -DOWNLOAD="https://github.com/shimmerproject/Greybird/archive/v3.22.4/Greybird-3.22.4.tar.gz" -MD5SUM="8bdebc854ab5779f948a5e381ba36a56" +DOWNLOAD="https://github.com/shimmerproject/Greybird/archive/v3.22.5/Greybird-3.22.5.tar.gz" +MD5SUM="92e577a16eeb15530117857dd6fcbe9d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rubygem-sass" |