Skip to content

Commit

Permalink
Updated PKGBUILD's Source URL address to fix obtaining the software
Browse files Browse the repository at this point in the history
Updated PKGBUILD's Source URL address to fix obtaining the software.

Latest & Greatest included . . .
  • Loading branch information
MartinVonReichenberg authored Oct 28, 2023
1 parent 0ee8623 commit 4dfbf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url='https://whoozle.github.io/android-file-transfer-linux'
license=('LGPL 2.1')
depends=('qt5-base' 'fuse' 'fuse3' 'pybind11' 'libxkbcommon' 'libxkbfile' 'hicolor-icon-theme')
makedepends=('cmake' 'qt5-tools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MartinVonReichenberg/android-file-transfer/archive/refs/tags/v${pkgver}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MartinVonReichenberg/android-file-transfer-linux/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('SKIP')

build() {
Expand Down

0 comments on commit 4dfbf87

Please sign in to comment.