summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1820757e08dd..7cde5c9cfe4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = flasher
pkgdesc = Flasher utility for the Nokia N8X0 & N900
pkgver = 3.5_2.5.2.2
- pkgrel = 4
- url = http://tablets-dev.nokia.com/maemo-dev-env-downloads.php
+ pkgrel = 5
+ url = https://www.fladnag.net/downloads/telephone/n900/
arch = i686
arch = x86_64
license = Custom
diff --git a/PKGBUILD b/PKGBUILD
index 7d88eb652ed7..3e3f3d03c2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
pkgname=flasher
pkgver=3.5_2.5.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="Flasher utility for the Nokia N8X0 & N900"
arch=('i686' 'x86_64')
-url="http://tablets-dev.nokia.com/maemo-dev-env-downloads.php"
+url="https://www.fladnag.net/downloads/telephone/n900/"
license=('Custom')
if [ $CARCH == "i686" ]; then depends=('libusb-compat'); fi
if [ $CARCH == "x86_64" ]; then depends=('lib32-libusb-compat'); fi