summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemesys2022-03-23 14:00:01 -0400
committernemesys2022-03-23 14:00:01 -0400
commitd4097c220bd4db08419e3f6efe027be839529d6e (patch)
treefc2170850413a9f495d8b100300dd49dee506efa
parent195c35d0bba5b3696bdbd3e081ab00ef2ad344d2 (diff)
downloadaur-d4097c220bd4db08419e3f6efe027be839529d6e.tar.gz
added inkscape as a dependency to handle the SVG conversion
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b811e97669d..c4d7471b8049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = fbsplash-theme-gen
pkgdesc = fbsplash-theme-gen allows you to create fbsplash compatible themes automatically from any image file(s).
pkgver = 1.0
- pkgrel = 2
- url = http://sourceshark.com/sourcecode/tarballs/fbsplash-theme-gen-1.0.tar.gz
+ pkgrel = 3
+ url = https://github.com/nemstar/nemaur-repo/tree/gh-pages/fbsplash-theme-gen-1.0.tar.gz
arch = x86_64
depends = imagemagick
+ depends = inkscape
optdepends = fbsplash: To set the fbsplash theme
noextract = fbsplash-theme-gen-1.0.zip
options = !strip
- source = fbsplash-theme-gen-1.0.tar.gz::http://sourceshark.com/sourcecode/tarballs/fbsplash-theme-gen-1.0.tar.gz
+ source = fbsplash-theme-gen-1.0.tar.gz::https://github.com/nemstar/nemaur-repo/raw/086dc53657f40ede5753faa298cba34dc853d10b/fbsplash-theme-gen-1.0.tar.gz
sha512sums = 65803e63c2758fa31fc141dec2674baa0e5c21e1ebe87e7a375fcec33113b12eeea2fb90820c50439a1dd0f8d05a77bfcfba3746231213fa5d77f1450516f0fd
pkgname = fbsplash-theme-gen
-
diff --git a/PKGBUILD b/PKGBUILD
index c23ff2ee1d05..5ba65673abf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fbsplash-theme-gen
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="fbsplash-theme-gen allows you to create fbsplash compatible themes automatically from any image file(s)."
arch=("x86_64")
-url="http://sourceshark.com/sourcecode/tarballs/${pkgname}-${pkgver}.tar.gz"
-depends=("imagemagick")
+url="https://github.com/nemstar/nemaur-repo/tree/gh-pages/${pkgname}-${pkgver}.tar.gz"
+depends=(imagemagick inkscape)
optdepends=("fbsplash: To set the fbsplash theme")
-source=("$pkgname-$pkgver.tar.gz::http://sourceshark.com/sourcecode/tarballs/${pkgname}-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nemstar/nemaur-repo/raw/086dc53657f40ede5753faa298cba34dc853d10b/${pkgname}-${pkgver}.tar.gz")
options=(!strip)
sha512sums=('65803e63c2758fa31fc141dec2674baa0e5c21e1ebe87e7a375fcec33113b12eeea2fb90820c50439a1dd0f8d05a77bfcfba3746231213fa5d77f1450516f0fd')
noextract=("$pkgname-$pkgver.zip")