summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Wijsman2020-09-12 19:29:12 +0200
committerWouter Wijsman2020-09-12 19:29:12 +0200
commit586043b3af4a6ab08d99ee3a9a739845e0731064 (patch)
tree48b8e40d453d7b50aa0da63a2d61d3a97d388d7f
parentf97125b97cdface37be0d10b2910ff142a580e9d (diff)
downloadaur-586043b3af4a6ab08d99ee3a9a739845e0731064.tar.gz
Fix epoch not being set anymore
This was breaking the upgrade path
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12bdfcd0b6b..b2ed7a5f362a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
pkgver = 0.75.1
- pkgrel = 1
+ pkgrel = 2
+ epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index a8186c6625e8..d28eb41415a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgname=dosbox-staging
pkgver=0.75.1
-pkgrel=1
+pkgrel=2
+epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"