summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorANDRoid78902021-04-13 22:34:44 +0400
committerANDRoid78902021-04-13 22:34:44 +0400
commit5e9bfa890ec51d5dbdf9670bfa92d797e05f8282 (patch)
treee625e89012214a219ff52408f88e930f947ae797
parent47591fb6f3494f137bea48c1044e03c8f0fb60cf (diff)
downloadaur-5e9bfa890ec51d5dbdf9670bfa92d797e05f8282.tar.gz
bugfix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71e69c29f9d2..901718cc8a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bootsplash-manager-bin
pkgdesc = Simple bootsplash manager
pkgver = 1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ANDRoid7890/bootsplash-manager
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = bootsplash-manager-bin
depends = sdl2
conflicts = bootsplash-manager
source = https://github.com/ANDRoid7890/bootsplash-manager/releases/download/1.6/bootsplash-manager.tar.gz
- md5sums = 33e4fccc6917c24b5682e406ac6caec8
+ md5sums = 74b9d5da766eca17ebb0a54b1f35eddd
pkgname = bootsplash-manager-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d841a4f6fb7..4075be938919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bootsplash-manager-bin
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Simple bootsplash manager"
url="https://github.com/ANDRoid7890/bootsplash-manager"
arch=(x86_64)
@@ -16,7 +16,7 @@ conflicts=('bootsplash-manager')
source=("https://github.com/ANDRoid7890/bootsplash-manager/releases/download/$pkgver/bootsplash-manager.tar.gz")
-md5sums=('33e4fccc6917c24b5682e406ac6caec8')
+md5sums=('74b9d5da766eca17ebb0a54b1f35eddd')
package() {
install -Dm755 bootsplash-manager "$pkgdir/usr/bin/bootsplash-manager"