Skip to content

Commit 6417de6

Browse files
Update PKGBUILD
1 parent 9e592ef commit 6417de6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

reborn-updates/PKGBUILD

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
pkgname="reborn-updates"
44
_pkgname="reborn-updates"
5-
pkgver=1.2
5+
pkgver=1.3
66
pkgrel=1
77
pkgdesc='Easily update Reborn OS to experience the improvements from more recent installs'
88
url='https://github.com/keeganmilsten/Reborn-Packages/reborn-updates'
99
arch=('any')
1010
license=('GPL3')
1111
depends=('yad' 'xterm' 'sudo')
12-
source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/keeganmilsten/${_pkgname}/tar.gz/1.2")
12+
source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/keeganmilsten/${_pkgname}/tar.gz/1.3")
1313

1414
package() {
1515
cd "${srcdir}/${_pkgname}-${pkgver}"
@@ -22,8 +22,4 @@ package() {
2222

2323
install -D -m 644 reborn-updates.svg \
2424
"${pkgdir}/usr/share/icons/default/reborn-updates.svg"
25-
install -D -m 644 pacman.conf \
26-
"${pkgdir}/usr/share/pacman.conf"
27-
install -D -m 644 lightdm-webkit2-greeter.conf \
28-
"${pkgdir}/usr/share/lightdm-webkit2-greeter.conf"
2925
}

0 commit comments

Comments
 (0)