summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0ef19cdce44..e33a1d073884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = menulibre
pkgdesc = An advanced menu editor that provides modern features in a clean, easy-to-use interface
pkgver = 2.2.1
- pkgrel = 1
- url = https://launchpad.net/menulibre
+ pkgrel = 2
+ url = https://github.com/bluesabre/menulibre
install = menulibre.install
arch = any
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = menulibre
depends = python-psutil
depends = python-xdg
depends = xdg-utils
- source = menulibre-2.2.1.tar.gz::https://launchpad.net/menulibre/2.2/2.2.1/+download/menulibre-2.2.1.tar.gz
+ source = menulibre-2.2.1.tar.gz::https://github.com/bluesabre/menulibre/releases/download/menulibre-2.2.1/menulibre-2.2.1.tar.gz
md5sums = 8460ea844a5998c5f722bccb5ce8627a
pkgname = menulibre
diff --git a/PKGBUILD b/PKGBUILD
index 6b277aaaf550..d17ba905c957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=menulibre
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced menu editor that provides modern features in a clean, easy-to-use interface"
arch=("any")
-url="https://launchpad.net/menulibre"
+url="https://github.com/bluesabre/menulibre"
license=("GPL3")
depends=("gdk-pixbuf2" "gnome-menus" "gsettings-desktop-schemas" "gtksourceview3" "python" "python-gobject" "python-psutil" "python-xdg" "xdg-utils")
makedepends=("python-distutils-extra")
install=menulibre.install
-source=("$pkgname-$pkgver.tar.gz::$url/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=("8460ea844a5998c5f722bccb5ce8627a")
package() {