summaryrefslogtreecommitdiff
path: root/user/purple-plugin-pack/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/purple-plugin-pack/APKBUILD')
-rw-r--r--user/purple-plugin-pack/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/purple-plugin-pack/APKBUILD b/user/purple-plugin-pack/APKBUILD
index 22b797908..c49bf6e7d 100644
--- a/user/purple-plugin-pack/APKBUILD
+++ b/user/purple-plugin-pack/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=purple-plugin-pack
pkgver=2.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="Collection of plugins to enhance Pidgin and Finch"
url="https://bitbucket.org/rekkanoryo/purple-plugin-pack/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL-2.0-only"
depends=""
makedepends="gtkspell-dev intltool pidgin-dev"
subpackages="$pkgname-lang"
-source="https://bitbucket.org/rekkanoryo/purple-plugin-pack/downloads/purple-plugin-pack-$pkgver.tar.bz2
+source="https://master.dl.sourceforge.net/project/pidgin/purple%20plugin%20pack/$pkgver/$pkgname-$pkgver.tar.bz2
python.patch
"
@@ -20,7 +20,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,12 +32,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}