link fixes

This commit is contained in:
Cybersecbyte 2024-02-29 17:29:37 +05:30 committed by Hilledkinged
parent f7300cf6e6
commit d877e543be
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
pkgname=xfce4-screenshooter pkgname=xfce4-screenshooter
pkgver=1.10.5 pkgver=1.10.5
pkgrel=1 pkgrel=1
xver=1.10
arch=('x86_64') arch=('x86_64')
depends=(libxfce4ui xfce4-panel libsoup) 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() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver

View File

@ -4,7 +4,7 @@ xver=1.1
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
depends=(libxfce4ui vte gnutls) 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() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver