diff --git a/.SRCINFO b/.SRCINFO index 2e3add2..8251ea2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = mint-backgrounds-lisa pkgdesc = The backgrounds included in Linux Mint 12 Lisa pkgver = 1.1 - pkgrel = 1 + pkgrel = 2 url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-lisa arch = any license = Various @@ -9,4 +9,3 @@ pkgbase = mint-backgrounds-lisa sha256sums = be6c378505a901a62735b12bb615e79723788f5eecba944a930f9811eddec133 pkgname = mint-backgrounds-lisa - diff --git a/PKGBUILD b/PKGBUILD index 5a275f8..a0e883f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=mint-backgrounds-lisa pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="The backgrounds included in Linux Mint 12 Lisa" license=('Various') arch=('any') @@ -17,4 +17,6 @@ package() { cp --archive ${srcdir}/${pkgname}/usr/share/backgrounds/linuxmint-lisa ${pkgdir}/usr/share/backgrounds cp --archive ${srcdir}/${pkgname}/usr/share/gnome-background-properties/* ${pkgdir}/usr/share/cinnamon-background-properties cp --archive ${srcdir}/${pkgname}/usr/share/gnome-background-properties/* ${pkgdir}/usr/share/gnome-background-properties + + find ${pkgdir}/usr/share/backgrounds/ -type f -exec chmod 0644 {} \; }