Skip to content

Commit

Permalink
Use duolingo-desktop launcher from git
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Jul 22, 2020
1 parent 0c7b832 commit d2d0f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/duolingo-desktop/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ arch=('any')
url="https://github.com/HoratiuMl/duolingo-desktop"
license=('GPL')
install=
source=("https://github.com/hmlendea/duolingo-desktop/releases/download/v${pkgver}/duolingo-desktop-${pkgver}.zip"
source=("https://github.com/hmlendea/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.zip"
"https://raw.githubusercontent.com/hmlendea/${pkgname}/master/${pkgname}.desktop"
"https://d35aaqx5ub95lt.cloudfront.net/favicon.ico")
sha256sums=('4ed0a32e27a354eedb34428b09a1a8ddfee8c7687e746d8f4487d212fc9217fb'
'7c72688c08b3dd868b86ebc3db00e71e1507a63f12498ba5853f04d7872852da'
'SKIP')

build() {
cd ${srcdir}
rm "${srcdir}/duolingo-desktop-${pkgver}.zip"
rm "${srcdir}/${pkgname}-${pkgver}.zip"
}

package() {
Expand Down
Empty file modified pkg/duolingo-desktop/duolingo-desktop.desktop
100755 → 100644
Empty file.

0 comments on commit d2d0f87

Please sign in to comment.