diff --git a/x86_64/xfce/xfce4-screenshooter/PKGBUILD b/x86_64/xfce/xfce4-screenshooter/PKGBUILD index f852ec5..c50f8eb 100755 --- a/x86_64/xfce/xfce4-screenshooter/PKGBUILD +++ b/x86_64/xfce/xfce4-screenshooter/PKGBUILD @@ -1,9 +1,10 @@ pkgname=xfce4-screenshooter pkgver=1.10.5 pkgrel=1 +xver=1.10 arch=('x86_64') depends=(libxfce4ui xfce4-panel libsoup) -source=(https://archive.xfce.org/src/apps/$pkgname/1.9/$pkgname-$pkgver.tar.bz2) +source=(https://archive.xfce.org/src/apps/$pkgname/$xver/$pkgname-$pkgver.tar.bz2) build() { cd $pkgname-$pkgver diff --git a/x86_64/xfce/xfce4-terminal/PKGBUILD b/x86_64/xfce/xfce4-terminal/PKGBUILD index 8cdc2b5..c634de0 100755 --- a/x86_64/xfce/xfce4-terminal/PKGBUILD +++ b/x86_64/xfce/xfce4-terminal/PKGBUILD @@ -4,7 +4,7 @@ xver=1.1 pkgrel=1 arch=('x86_64') depends=(libxfce4ui vte gnutls) -source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) +source=(https://archive.xfce.org/src/apps/$pkgname/xver/$pkgname-$pkgver.tar.bz2) build() { cd $pkgname-$pkgver