summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Filion2021-01-18 09:40:28 -0500
committerMartin Filion2021-01-18 09:40:28 -0500
commit7571c0ce2f0f9e015446b3cd63561e08f862cf65 (patch)
tree245304dbcb1189e5aa4d1b28433c224e290e8463
parent77296f18be78042c57893070b24880446114bc84 (diff)
downloadaur-7571c0ce2f0f9e015446b3cd63561e08f862cf65.tar.gz
modified URL to point to a working tar file that will compile
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9083086e801e..2ca157db2398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Nov 25 05:06:40 UTC 2017
pkgbase = openbox-menu
pkgdesc = Dynamic XDG menu for openbox
pkgver = 0.8.0
@@ -12,9 +10,9 @@ pkgbase = openbox-menu
depends = menu-cache
optdepends = lxmenu-data: LXDE menus
optdepends = gnome-menus: GNOME menus
- source = https://bitbucket.org/fabriceT/openbox-menu/downloads/openbox-menu-0.8.0.tar.bz2
+ source = https://sourceforge.net/projects/archbangretro/files//openbox-menu-0.8.0.tar.xz
source = with-svg.patch
- md5sums = 0d6f907adf2d47dd4d4198c0ff14721d
+ md5sums = 633e2a3d1780e8420ddf0e1d1494d165
md5sums = 484bd49f619e57f9fb2be42931d57dd5
pkgname = openbox-menu
diff --git a/PKGBUILD b/PKGBUILD
index b640a8f64254..e44999caeb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Contributors: Calimero <calimeroteknik@free.fr>
# Maintainer: mimas <mimasgpc@free.fr>
+# Modified 2021-01-18 by Martin Filion <Mordillo98@gmail.com>
pkgname=openbox-menu
pkgver=0.8.0
@@ -10,8 +11,8 @@ url="http://fabrice.thiroux.free.fr/openbox-menu_en.html"
license=('GPL3')
depends=('gtk2' 'menu-cache')
optdepends=('lxmenu-data: LXDE menus' 'gnome-menus: GNOME menus')
-source=("https://bitbucket.org/fabriceT/openbox-menu/downloads/${pkgname}-${pkgver}.tar.bz2" "with-svg.patch")
-md5sums=('0d6f907adf2d47dd4d4198c0ff14721d'
+source=("https://sourceforge.net/projects/archbangretro/files//${pkgname}-${pkgver}.tar.xz" "with-svg.patch")
+md5sums=('633e2a3d1780e8420ddf0e1d1494d165'
'484bd49f619e57f9fb2be42931d57dd5')
build() {