summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-10-25 09:07:20 +0200
committerJonian Guveli2020-10-25 09:07:20 +0200
commit274658c3c4974603bebeac320f021d3d9b0b4f5b (patch)
tree8be9a1a6c9f29c5568ebaf3c27cf5192b18a20b8
parenta86dffccfc991d7e3f8e5a7c94441bff8f9735da (diff)
downloadaur-274658c3c4974603bebeac320f021d3d9b0b4f5b.tar.gz
use github as source
https://launchpad.net/menulibre/+announcement/23266
-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() {