makedeb


librewolf-bin 111.0-3


Web Browser

Click here to go back to the commit logs for librewolf-bin.

Commit:


Hash: a6de886511afac1a06faffff949cc3d9f9ba815b

Message: Corrected sha256sums and typo in PKGBUILD

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0e35cc1..9b5282f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = librewolf-bin
 	source = https://gitlab.com/librewolf-community/browser/linux/-/jobs/2031128177/artifacts/raw/LibreWolf-96.0.3-2.x86_64.tar.bz2
 	source = librewolf.desktop
 	source = https://gitlab.com/librewolf-community/branding/-/raw/master/icon/icon.svg
-	sha256sums = e9d1552d0a9911dccf22fe2d9a846f74ee23bdab82e19c6ead6eced5e2456027
+	sha256sums = d5a229fc22e020aba9b97a27ef442ae3ee06d3a7e9c470740f64046e760b3828
 	sha256sums = cbc7640995ddcc9a9356125f486d7371a5b63e26da9a569b07a326c9ed796d0e
 	sha256sums = b85d68f1b5b47b9b2c3a3e6b5f5a0f887577e0eb6ee8387fb7b81f5f8e4017c4
 
diff --git a/PKGBUILD b/PKGBUILD
index 682d6da..a12f153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,17 +13,21 @@ conflicts=('librewolf')
 source=("https://gitlab.com/librewolf-community/browser/linux/-/jobs/2031128177/artifacts/raw/LibreWolf-96.0.3-2.x86_64.tar.bz2"
         "librewolf.desktop"
         "$url/branding/-/raw/master/icon/icon.svg")
-sha256sums=('e9d1552d0a9911dccf22fe2d9a846f74ee23bdab82e19c6ead6eced5e2456027'
+sha256sums=('d5a229fc22e020aba9b97a27ef442ae3ee06d3a7e9c470740f64046e760b3828'
             'cbc7640995ddcc9a9356125f486d7371a5b63e26da9a569b07a326c9ed796d0e'
             'b85d68f1b5b47b9b2c3a3e6b5f5a0f887577e0eb6ee8387fb7b81f5f8e4017c4')
 
+
+
+
+
 package() {
     cd "$srcdir"
     mkdir -p "$pkgdir/usr/bin"
     install -d -m755 "$pkgdir/usr/lib/$pkgname"
     install -Dm644 "$_pkgname.desktop" -t "$pkgdir/usr/share/applications"
     cp -r ./* "$pkgdir/usr/lib/$pkgname"
-    ln -rs "$pkgidr/usr/lib/$pkgname/librewolf" "$pkgdir/usr/bin/librewolf"
+    ln -rs "$pkgdir/usr/lib/$pkgname/librewolf" "$pkgdir/usr/bin/librewolf"
     install -D -m644 icon.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/$_pkgname.svg
 }