summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Rogoża2021-02-16 22:28:52 +0100
committerPiotr Rogoża2021-02-16 22:28:52 +0100
commitee1fa05d6f3fa0cef56555603b44c2a0e37ae4b6 (patch)
tree59b97658bb700ba67fe86c23921b755ac7b9c14c /PKGBUILD
parent8571e98b37153c6e2f19f9a02b8745be59d2d381 (diff)
downloadaur-libydpdict.tar.gz
URL fix and depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a94e3938aa0e..8723a62c3d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=libydpdict
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Interface for Polish-English Collins Dictionary (library)"
-url="http://toxygen.net/ydpdict"
+url='https://github.com/wojtekka/libydpdict'
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
groups=(office)
-source=(http://toxygen.net/ydpdict/$pkgname-$pkgver.tar.gz)
+depends=(glibc)
+# source=(http://toxygen.net/ydpdict/$pkgname-$pkgver.tar.gz)
+source=($url/releases/download/$pkgver/libydpdict-$pkgver.tar.gz)
sha256sums=('37dcbc12def981a20728bdcb6a5ff1eef8931f29a0f16852f0b2201ff8563528')
build() {