summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosiixy2022-01-04 12:29:19 +0100
committerosiixy2022-01-04 12:29:54 +0100
commit6f6e85d610838c6671447b117d3da5fd7a33f9cc (patch)
treee53fd722ff8d0edc8e6f663881c87a8b78414903
parent33666cabc7ed16af7f05ac9b40f105ebee2ee46d (diff)
downloadaur-6f6e85d610838c6671447b117d3da5fd7a33f9cc.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2622fc99c2..3e93a53f31c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eggs
pkgdesc = A terminal utility, in active development, which allows you to remaster your system and redistribute it as an ISO image, on a USB stick or through the network via PXE remote boot
pkgver = 9.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://penguins-eggs.net
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 83639974889c..1ce336f5139d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eggs
pkgver=9.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal utility, in active development, which allows you to remaster your system and redistribute it as an ISO image, on a USB stick or through the network via PXE remote boot"
arch=('x86_64')
url='https://penguins-eggs.net'
@@ -12,7 +12,7 @@ depends=('python'
'nodejs')
options=('!strip')
makedepends=('tar')
-source=("${pkgname}-${pkgver}.deb::https://sourceforge.net/projects/penguins-eggs/files/packages-deb/eggs_${pkgver}_amd64.deb/download")
+source=("${pkgname}_${pkgver}_amd64.deb::https://sourceforge.net/projects/penguins-eggs/files/packages-deb/eggs_${pkgver}_amd64.deb/download")
sha1sums=('129043116e87922355b52c52b932cc21f4c23334')
package() {